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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 蒹聊蒹聊^ | 111001001110001111100011110101101110010011100011111000111101011001011110 | e4e3e3d6e4e3e3d65e |
EUC-JP | 蒹聊蒹聊^ | 111010001110010111100110110110001110100011100101111001101101100001011110 | e8e5e6d8e8e5e6d85e |
UTF-8 | 蒹聊蒹聊^ | 11101000100100101011100111101000100000011000101011101000100100101011100111101000100000011000101001011110 | e892b9e8818ae892b9e8818a5e |
UHC | ?聊?聊^ | 00111111110101101111110100111111110101101111110101011110 | 3fd6fd3fd6fd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)