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 | ç~Qä÷ | 1110011101111110100011011000111110001111010100011110010011110111 | e77e8d8f8f51e4f7 |
SJIS-WIN | ?~???Q?÷ | 001111110111111000111111001111110011111101010001001111111000000110000000 | 3f7e3f3f3f513f8180 |
EUC-JP | ç~???Qä÷ | 10001111101010111010111001111110001111110011111100111111010100011000111110101011101000111010000111100000 | 8fabae7e3f3f3f518faba3a1e0 |
UTF-8 | ç~Qä÷ | 1100001110100111011111101100001010001101110000101000111111000010100011110101000111000011101001001100001110110111 | c3a77ec28dc28fc28f51c3a4c3b7 |
UHC | ?~???Q?÷ | 001111110111111000111111001111110011111101010001001111111010000111000000 | 3f7e3f3f3f513fa1c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)