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 | 11101010110111110111110101000010 | eadf7d42 |
SJIS-WIN | ??}B | 00111111001111110111110101000010 | 3f3f7d42 |
EUC-JP | êß}B | 1000111110101011101101001000111110101001110011100111110101000010 | 8fabb48fa9ce7d42 |
UTF-8 | êß}B | 110000111010101011000011100111110111110101000010 | c3aac39f7d42 |
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)