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 | 謗護虻^ | 11100110100011101000110011101100100010001011100001011110 | e68e8cec88b85e |
EUC-JP | 謗護虻^ | 11101011111011101011100011101110101100001011101001011110 | ebeeb8eeb0ba5e |
UTF-8 | 謗護虻^ | 11101000101011001001011111101000101011011011011111101000100110011011101101011110 | e8ac97e8adb7e899bb5e |
UHC | 謗護?^ | 110110111011111111111011110111100011111101011110 | dbbffbde3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)