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 | Ì®ß | 110011001010111011011111 | ccaedf |
SJIS-WIN | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | Ì®ß | 100011111010101011000000100011111010001011101110100011111010100111001110 | 8faac08fa2ee8fa9ce |
UTF-8 | Ì®ß | 110000111000110011000010101011101100001110011111 | c38cc2aec39f |
UHC | ?®ß | 0011111110100010111001111010100110101100 | 3fa2e7a9ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)