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 | Àß}B | 11000000110111110111110101000010 | c0df7d42 |
SJIS-WIN | ??}B | 00111111001111110111110101000010 | 3f3f7d42 |
EUC-JP | Àß}B | 1000111110101010101000101000111110101001110011100111110101000010 | 8faaa28fa9ce7d42 |
UTF-8 | Àß}B | 110000111000000011000011100111110111110101000010 | c380c39f7d42 |
UHC | ?ß}B | 0011111110101001101011000111110101000010 | 3fa9ac7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)