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 | 逍セ荳ェ | 11100111100101101011111011100100101110001000001101000110 | e796bee4b88346 |
EUC-JP | 逍セ荳ェ | 1110110111110110100011101011111011101000101110101010010110100111 | edf68ebee8baa5a7 |
UTF-8 | 逍セ荳ェ | 111010011000000010001101111011111011110110111110111010001000110110110011111000111000001010100111 | e9808defbdbee88db3e382a7 |
UHC | 逍?荳ェ | 11100001110011100011111111010100111001011010101110100111 | e1ce3fd4e5aba7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)