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 | ?Z | 0011111101011010 | 3f5a |
SJIS-WIN | 碆Z | 111000011110110001011010 | e1ec5a |
EUC-JP | 碆Z | 111000101110111001011010 | e2ee5a |
UTF-8 | 碆Z | 11100111101000101000011001011010 | e7a2865a |
UHC | ?Z | 0011111101011010 | 3f5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)