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 | ?貔 | 001111111110011010111110 | 3fe6be |
EUC-JP | 裱貔 | 1000111111011100110100101110110011000000 | 8fdcd2ecc0 |
UTF-8 | 裱貔 | 111010001010001110110001111010001011001010010100 | e8a3b1e8b294 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)