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 | íû´Bh | 111011011111101110001110101101000100001001101000 | edfb8eb44268 |
SJIS-WIN | ???´Bh | 00111111001111110011111110000001010011000100001001101000 | 3f3f3f814c4268 |
EUC-JP | íû?´Bh | 1000111110101011101111111000111110101011111001010011111110100001101011010100001001101000 | 8fabbf8fabe53fa1ad4268 |
UTF-8 | íû´Bh | 11000011101011011100001110111011110000101000111011000010101101000100001001101000 | c3adc3bbc28ec2b44268 |
UHC | ???´Bh | 00111111001111110011111110100010101001010100001001101000 | 3f3f3fa2a54268 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)