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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 韶雜糜 | 111010001110111011101000101101101110001011110100 | e8eee8b6e2f4 |
EUC-JP | 韶雜糜 | 111100001111000011110000101110001110010011110110 | f0f0f0b8e4f6 |
UTF-8 | 韶雜糜 | 111010011001111110110110111010011001101110011100111001111011001110011100 | e99fb6e99b9ce7b39c |
UHC | 韶雜? | 1110000111010010111011011101101000111111 | e1d2edda3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)