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 | 1001110001101101001111110011111101011010 | 9c6d3f3f5a |
EUC-JP | 徇??Z | 1101011111001110001111110011111101011010 | d7ce3f3f5a |
UTF-8 | 徇롙롘Z | 11100101101111101000011111101011101000011001100111101011101000011001100001011010 | e5be87eba199eba1985a |
UHC | 徇롙롘Z | 11100010110111111000111011011101100011101101110001011010 | e2df8edd8edc5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)