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 | 聊狷゚ヌ^ | 11100011110101101110000011000100110111111100011101011110 | e3d6e0c4dfc75e |
EUC-JP | 聊狷゚ヌ^ | 111001101101100011100000110001101000111011011111100011101100011101011110 | e6d8e0c68edf8ec75e |
UTF-8 | 聊狷゚ヌ^ | 11101000100000011000101011100111100010111011011111101111101111101001111111101111101111101000011101011110 | e8818ae78bb7efbe9fefbe875e |
UHC | 聊???^ | 110101101111110100111111001111110011111101011110 | d6fd3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)