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 | ßüß | 110111111111110011011111 | dffcdf |
SJIS-WIN | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | ßüß | 100011111010100111001110100011111010101111100100100011111010100111001110 | 8fa9ce8fabe48fa9ce |
UTF-8 | ßüß | 110000111001111111000011101111001100001110011111 | c39fc3bcc39f |
UHC | ß?ß | 1010100110101100001111111010100110101100 | a9ac3fa9ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)