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 | 謗護横^ | 11100110100011101000110011101100100010011010000101011110 | e68e8cec89a15e |
EUC-JP | 謗護横^ | 11101011111011101011100011101110101100101010001101011110 | ebeeb8eeb2a35e |
UTF-8 | 謗護横^ | 11101000101011001001011111101000101011011011011111100110101010001010101001011110 | e8ac97e8adb7e6a8aa5e |
UHC | 謗護?^ | 110110111011111111111011110111100011111101011110 | dbbffbde3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)