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 | 10011010010000001001101001001100 | 9a409a4c |
SJIS-WIN | ?@?L | 00111111010000000011111101001100 | 3f403f4c |
EUC-JP | ?@?L | 00111111010000000011111101001100 | 3f403f4c |
UTF-8 | @L | 110000101001101001000000110000101001101001001100 | c29a40c29a4c |
UHC | ?@?L | 00111111010000000011111101001100 | 3f403f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)