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 | ????@ | 0011111100111111001111110011111101000000 | 3f3f3f3f40 |
SJIS-WIN | @ | 111101111010001111110111101011101111010110111101111101011011110101000000 | f7a3f7aef5bdf5bd40 |
EUC-JP | ????@ | 0011111100111111001111110011111101000000 | 3f3f3f3f40 |
UTF-8 | @ | 11101110100101101000011011101110100101101001000111101110100100001010100011101110100100001010100001000000 | ee9686ee9691ee90a8ee90a840 |
UHC | ????@ | 0011111100111111001111110011111101000000 | 3f3f3f3f40 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)