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 | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
SJIS-WIN | 謗護ア」BF | 1110011010001110100011001110110010110001101000110100001001000110 | e68e8cecb1a34246 |
EUC-JP | 謗護ア」BF | 11101011111011101011100011101110100011101011000110001110101000110100001001000110 | ebeeb8ee8eb18ea34246 |
UTF-8 | 謗護ア」BF | 1110100010101100100101111110100010101101101101111110111110111101101100011110111110111101101000110100001001000110 | e8ac97e8adb7efbdb1efbda34246 |
UHC | 謗護??BF | 1101101110111111111110111101111000111111001111110100001001000110 | dbbffbde3f3f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)