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 | CP«HEY | 1001001001000011100100100101000010010001101010110100100010010010010001011001001001011001 | 9243925091ab4892459259 |
SJIS-WIN | ?C?P??H?E?Y | 0011111101000011001111110101000000111111001111110100100000111111010001010011111101011001 | 3f433f503f3f483f453f59 |
EUC-JP | ?C?P??H?E?Y | 0011111101000011001111110101000000111111001111110100100000111111010001010011111101011001 | 3f433f503f3f483f453f59 |
UTF-8 | CP«HEY | 1100001010010010010000111100001010010010010100001100001010010001110000101010101101001000110000101001001001000101110000101001001001011001 | c29243c29250c291c2ab48c29245c29259 |
UHC | ?C?P??H?E?Y | 0011111101000011001111110101000000111111001111110100100000111111010001010011111101011001 | 3f433f503f3f483f453f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)