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 | ßö¼ü | 11011111111101101011110011111100 | dff6bcfc |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ßö?ü | 10001111101010011100111010001111101010111101001100111111100011111010101111100100 | 8fa9ce8fabd33f8fabe4 |
UTF-8 | ßö¼ü | 1100001110011111110000111011011011000010101111001100001110111100 | c39fc3b6c2bcc3bc |
UHC | ß?¼? | 101010011010110000111111101010001111100100111111 | a9ac3fa8f93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)