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 | 11011111111111000111110101000010 | dffc7d42 |
SJIS-WIN | ??}B | 00111111001111110111110101000010 | 3f3f7d42 |
EUC-JP | ßü}B | 1000111110101001110011101000111110101011111001000111110101000010 | 8fa9ce8fabe47d42 |
UTF-8 | ßü}B | 110000111001111111000011101111000111110101000010 | c39fc3bc7d42 |
UHC | ß?}B | 1010100110101100001111110111110101000010 | a9ac3f7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)