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 | Øçß | 110110001110011111011111 | d8e7df |
SJIS-WIN | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | Øçß | 100011111010100110101100100011111010101110101110100011111010100111001110 | 8fa9ac8fabae8fa9ce |
UTF-8 | Øçß | 110000111001100011000011101001111100001110011111 | c398c3a7c39f |
UHC | Ø?ß | 1010100010101010001111111010100110101100 | a8aa3fa9ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)