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 | 鼎?△^ | 100100110100001100111111100000011010001001011110 | 93433f81a25e |
EUC-JP | 鼎?△^ | 110001011010010000111111101000101010010001011110 | c5a43fa2a45e |
UTF-8 | 鼎漏△^ | 11101001101111001000111011101111101001011000111011100010100101101011001101011110 | e9bc8eefa58ee296b35e |
UHC | 鼎漏△^ | 11110000101000111101001011101000101000011110001001011110 | f0a3d2e8a1e25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)