To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??????t | 00111111001111110011111100111111001111110011111101110100 | 3f3f3f3f3f3f74 |
SJIS-WIN | 蒻れ?矣??t | 11100100111010001000001011101010001111111110000111100001001111110011111101110100 | e4e882ea3fe1e13f3f74 |
EUC-JP | 蒻れ?矣??t | 11101000111010101010010011101100001111111110001011100011001111110011111101110100 | e8eaa4ec3fe2e33f3f74 |
UTF-8 | 蒻れ셼矣곕뙅t | 11101000100100101011101111100011100000101000110011101100100001011011110011100111100111111010001111101010101100111001010111101011100110011000010101110100 | e892bbe3828cec85bce79fa3eab395eb998574 |
UHC | 蒻れ셼矣곕뙅t | 11100101101101101010101011101100100110011000000111101011111110001011000011101011100011001000101101110100 | e5b6aaec9981ebf8b0eb8c8b74 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)