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 | 0011111100111111001111110100001001101000 | 3f3f3f4268 |
SJIS-WIN | 葉??Bh | 100101110111010000111111001111110100001001101000 | 97743f3f4268 |
EUC-JP | 葉??Bh | 110011011101010100111111001111110100001001101000 | cdd53f3f4268 |
UTF-8 | 葉띕젡Bh | 1110100010010001100010011110101110011101100101011110110010100000101000010100001001101000 | e89189eb9d95eca0a14268 |
UHC | 葉띕젡Bh | 1110011110101000101101101110101110100000100110100100001001101000 | e7a8b6eba09a4268 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)