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 | À` | 10001000110000001001100001100000 | 88c09860 |
SJIS-WIN | ???` | 00111111001111110011111101100000 | 3f3f3f60 |
EUC-JP | ?À?` | 001111111000111110101010101000100011111101100000 | 3f8faaa23f60 |
UTF-8 | À` | 11000010100010001100001110000000110000101001100001100000 | c288c380c29860 |
UHC | ???` | 00111111001111110011111101100000 | 3f3f3f60 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)