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 | 韶雜 | 11101000111011101110100010110110 | e8eee8b6 |
EUC-JP | 韶雜 | 11110000111100001111000010111000 | f0f0f0b8 |
UTF-8 | 韶雜 | 111010011001111110110110111010011001101110011100 | e99fb6e99b9c |
UHC | 韶雜 | 11100001110100101110110111011010 | e1d2edda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)