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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 鼎?鼎?B | 10010011010000110011111110010011010000110011111101000010 | 93433f93433f42 |
EUC-JP | 鼎?鼎?B | 11000101101001000011111111000101101001000011111101000010 | c5a43fc5a43f42 |
UTF-8 | 鼎癩鼎癩B | 11101001101111001000111011101111101001001000111011101001101111001000111011101111101001001000111001000010 | e9bc8eefa48ee9bc8eefa48e42 |
UHC | 鼎癩鼎癩B | 111100001010001111010001110110111111000010100011110100011101101101000010 | f0a3d1dbf0a3d1db42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)