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 | æOéY | 111001100100111110001000111010011000010001011001 | e64f88e98459 |
SJIS-WIN | ?O???Y | 001111110100111100111111001111110011111101011001 | 3f4f3f3f3f59 |
EUC-JP | æO?é?Y | 10001111101010011100000101001111001111111000111110101011101100010011111101011001 | 8fa9c14f3f8fabb13f59 |
UTF-8 | æOéY | 11000011101001100100111111000010100010001100001110101001110000101000010001011001 | c3a64fc288c3a9c28459 |
UHC | æO???Y | 10101001101000010100111100111111001111110011111101011001 | a9a14f3f3f3f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)