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 | 001111110011111101011010 | 3f3f5a |
SJIS-WIN | 渫溏Z | 1001111111010110100111111110110101011010 | 9fd69fed5a |
EUC-JP | 渫溏Z | 1101111011011000110111101110111101011010 | ded8deef5a |
UTF-8 | 渫溏Z | 11100110101110001010101111100110101110101000111101011010 | e6b8abe6ba8f5a |
UHC | 渫?Z | 11100000110111100011111101011010 | e0de3f5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)