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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 聽場轡^ | 11100011111000111000111111101010100011000100010001011110 | e3e38fea8c445e |
EUC-JP | 聽場轡^ | 11100110111001011011111011101100101101111010010101011110 | e6e5beecb7a55e |
UTF-8 | 聽場轡^ | 11101000100000011011110111100101101000001011010011101000101111011010000101011110 | e881bde5a0b4e8bda15e |
UHC | 聽場?^ | 111101001110100111101101110111100011111101011110 | f4e9edde3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)