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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 町孟??俎?B | 10010010101011001001011011010000001111110011111110011000110101110011111101000010 | 92ac96d03f3f98d73f42 |
EUC-JP | 町孟??俎?B | 11000100101011101100110011010010001111110011111111010000110110010011111101000010 | c4aeccd23f3fd0d93f42 |
UTF-8 | 町孟렟렫俎렣B | 11100111100101001011101011100101101011011001111111101011101000001001111111101011101000001010101111100100101111111000111011101011101000001010001101000010 | e794bae5ad9feba09feba0abe4bf8eeba0a342 |
UHC | 町孟렟렫俎렣B | 11101111111010111101100011101011100011101011000010001110101110011111000010111011100011101011010001000010 | efebd8eb8eb08eb9f0bb8eb442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)