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 | 0011111100111111001111110110110001101000 | 3f3f3f6c68 |
SJIS-WIN | 絶??lh | 100100001110001000111111001111110110110001101000 | 90e23f3f6c68 |
EUC-JP | 絶??lh | 110000001110010000111111001111110110110001101000 | c0e43f3f6c68 |
UTF-8 | 絶귡걫lh | 1110011110110101101101101110101010110111101000011110101010110001101010110110110001101000 | e7b5b6eab7a1eab1ab6c68 |
UHC | 絶귡걫lh | 1110111110111110100000101110100110000001100101000110110001101000 | efbe82e981946c68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)