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 | 00111111001111110011111101011010 | 3f3f3f5a |
SJIS-WIN | 曖??Z | 1001111001000010001111110011111101011010 | 9e423f3f5a |
EUC-JP | 曖??Z | 1101101110100011001111110011111101011010 | dba33f3f5a |
UTF-8 | 曖뤷뵺Z | 11100110100110111001011011101011101001001011011111101011101101011011101001011010 | e69b96eba4b7ebb5ba5a |
UHC | 曖뤷뵺Z | 11100100111100101000111111100101100101001011100001011010 | e4f28fe594b85a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)