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 | 100011011000101001011010 | 8d8a5a |
EUC-JP | 濠Z | 101110011110101001011010 | b9ea5a |
UTF-8 | 濠Z | 11100110101111111010000001011010 | e6bfa05a |
UHC | 濠Z | 111110111100110001011010 | fbcc5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)