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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 淏。荳ェ | 11111011010000101010000111100100101110001000001101000110 | fb42a1e4b88346 |
EUC-JP | 淏。荳ェ | 100011111100011111011001100011101010000111101000101110101010010110100111 | 8fc7d98ea1e8baa5a7 |
UTF-8 | 淏。荳ェ | 111001101011011110001111111011111011110110100001111010001000110110110011111000111000001010100111 | e6b78fefbda1e88db3e382a7 |
UHC | 淏?荳ェ | 11111011110010000011111111010100111001011010101110100111 | fbc83fd4e5aba7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)