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 | 蠇。荳ェ | 11111011101000011010000111100100101110001000001101000110 | fba1a1e4b88346 |
EUC-JP | ?。荳ェ | 00111111100011101010000111101000101110101010010110100111 | 3f8ea1e8baa5a7 |
UTF-8 | 蠇。荳ェ | 111010001010000010000111111011111011110110100001111010001000110110110011111000111000001010100111 | e8a087efbda1e88db3e382a7 |
UHC | ??荳ェ | 001111110011111111010100111001011010101110100111 | 3f3fd4e5aba7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)