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ä÷ | 1110011011011100100011011000111110001111010100011110010011110111 | e6dc8d8f8f51e4f7 |
SJIS-WIN | ?????Q?÷ | 001111110011111100111111001111110011111101010001001111111000000110000000 | 3f3f3f3f3f513f8180 |
EUC-JP | æÜ???Qä÷ | 100011111010100111000001100011111010101011100100001111110011111100111111010100011000111110101011101000111010000111100000 | 8fa9c18faae43f3f3f518faba3a1e0 |
UTF-8 | æÜQä÷ | 110000111010011011000011100111001100001010001101110000101000111111000010100011110101000111000011101001001100001110110111 | c3a6c39cc28dc28fc28f51c3a4c3b7 |
UHC | æ????Q?÷ | 10101001101000010011111100111111001111110011111101010001001111111010000111000000 | a9a13f3f3f3f513fa1c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)