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 | 11011111111111100111110101000010 | dffe7d42 |
SJIS-WIN | ??}B | 00111111001111110111110101000010 | 3f3f7d42 |
EUC-JP | ßþ}B | 1000111110101001110011101000111110101001110100000111110101000010 | 8fa9ce8fa9d07d42 |
UTF-8 | ßþ}B | 110000111001111111000011101111100111110101000010 | c39fc3be7d42 |
UHC | ßþ}B | 101010011010110010101001101011010111110101000010 | a9aca9ad7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)