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 | ´íLh | 10110100111011010100110001101000 | b4ed4c68 |
SJIS-WIN | ´?Lh | 1000000101001100001111110100110001101000 | 814c3f4c68 |
EUC-JP | ´íLh | 10100001101011011000111110101011101111110100110001101000 | a1ad8fabbf4c68 |
UTF-8 | ´íLh | 110000101011010011000011101011010100110001101000 | c2b4c3ad4c68 |
UHC | ´?Lh | 1010001010100101001111110100110001101000 | a2a53f4c68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)