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 | Û¿ß | 110110111011111111011111 | dbbfdf |
SJIS-WIN | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | Û¿ß | 100011111010101011100101100011111010001011000100100011111010100111001110 | 8faae58fa2c48fa9ce |
UTF-8 | Û¿ß | 110000111001101111000010101111111100001110011111 | c39bc2bfc39f |
UHC | ?¿ß | 0011111110100010101011111010100110101100 | 3fa2afa9ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)