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 | ßö¼ | 110111111111011010111100 | dff6bc |
SJIS-WIN | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | ßö? | 10001111101010011100111010001111101010111101001100111111 | 8fa9ce8fabd33f |
UTF-8 | ßö¼ | 110000111001111111000011101101101100001010111100 | c39fc3b6c2bc |
UHC | ß?¼ | 1010100110101100001111111010100011111001 | a9ac3fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)