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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 謐尖当^ | 11100110100011011001000011101011100100111001011001011110 | e68d90eb93965e |
EUC-JP | 謐尖当^ | 11101011111011011100000011101101110001011111011001011110 | ebedc0edc5f65e |
UTF-8 | 謐尖当^ | 11101000101011001001000011100101101100001001011011100101101111011001001101011110 | e8ac90e5b096e5bd935e |
UHC | 謐尖?^ | 110110101100110111110100110100110011111101011110 | dacdf4d33f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)