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 | ÀD | 10001000110000001001000101000100 | 88c09144 |
SJIS-WIN | ???D | 00111111001111110011111101000100 | 3f3f3f44 |
EUC-JP | ?À?D | 001111111000111110101010101000100011111101000100 | 3f8faaa23f44 |
UTF-8 | ÀD | 11000010100010001100001110000000110000101001000101000100 | c288c380c29144 |
UHC | ???D | 00111111001111110011111101000100 | 3f3f3f44 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)