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 | 椅綺?^ | 100010001101011011100011010110010011111101011110 | 88d6e3593f5e |
EUC-JP | 椅綺?^ | 101100001101100011100101101110100011111101011110 | b0d8e5ba3f5e |
UTF-8 | 椅綺르^ | 11100110101001001000010111100111101101101011101011101011101001011011010001011110 | e6a485e7b6baeba5b45e |
UHC | 椅綺르^ | 11101011111101011101000110111011101110001010001101011110 | ebf5d1bbb8a35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)