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 | 001111110100110001101000 | 3f4c68 |
SJIS-WIN | 緝Lh | 11100011011010000100110001101000 | e3684c68 |
EUC-JP | 緝Lh | 11100101110010010100110001101000 | e5c94c68 |
UTF-8 | 緝Lh | 1110011110110111100111010100110001101000 | e7b79d4c68 |
UHC | 緝Lh | 11110010111111010100110001101000 | f2fd4c68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)