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 | 篋脣 | 11100010101110001110001111111010 | e2b8e3fa |
EUC-JP | 篋脣 | 11100100101110101110011011111100 | e4bae6fc |
UTF-8 | 篋脣 | 111001111010111110001011111010001000010010100011 | e7af8be884a3 |
UHC | ?脣 | 001111111110001011101110 | 3fe2ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)