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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 翩脣 | 11100011110001111110001111111010 | e3c7e3fa |
EUC-JP | 翩脣 | 11100110110010011110011011111100 | e6c9e6fc |
UTF-8 | 翩脣 | 111001111011111110101001111010001000010010100011 | e7bfa9e884a3 |
UHC | 翩脣 | 11111000101110111110001011101110 | f8bbe2ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)