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 | HFAA | 1001001001001000100100100100011010010010010000011001001001000001 | 9248924692419241 |
SJIS-WIN | ?H?F?A?A | 0011111101001000001111110100011000111111010000010011111101000001 | 3f483f463f413f41 |
EUC-JP | ?H?F?A?A | 0011111101001000001111110100011000111111010000010011111101000001 | 3f483f463f413f41 |
UTF-8 | HFAA | 110000101001001001001000110000101001001001000110110000101001001001000001110000101001001001000001 | c29248c29246c29241c29241 |
UHC | ?H?F?A?A | 0011111101001000001111110100011000111111010000010011111101000001 | 3f483f463f413f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)