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 | ???l? | 0011111100111111001111110110110000111111 | 3f3f3f6c3f |
SJIS-WIN | ???l? | 0011111100111111001111110110110000111111 | 3f3f3f6c3f |
EUC-JP | ???l? | 0011111100111111001111110110110000111111 | 3f3f3f6c3f |
UTF-8 | 횪횦책l횪 | 11101101100110101010101011101101100110101010011011101100101100011000010101101100111011011001101010101010 | ed9aaaed9aa6ecb1856ced9aaa |
UHC | 횪횦책l횪 | 110000111010000011000011100111011100001110100101011011001100001110100000 | c3a0c39dc3a56cc3a0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)