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 | 鼎?鼎?^ | 10010011010000110011111110010011010000110011111101011110 | 93433f93433f5e |
EUC-JP | 鼎?鼎?^ | 11000101101001000011111111000101101001000011111101011110 | c5a43fc5a43f5e |
UTF-8 | 鼎螺鼎羅^ | 11101001101111001000111011101111101001001001000111101001101111001000111011101111101001001000111101011110 | e9bc8eefa491e9bc8eefa48f5e |
UHC | 鼎螺鼎羅^ | 111100001010001111010001110111101111000010100011110100011101110001011110 | f0a3d1def0a3d1dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)