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 | þECH | 1001000111111110100100100100010110010010010000111001001001001000 | 91fe924592439248 |
SJIS-WIN | ???E?C?H | 0011111100111111001111110100010100111111010000110011111101001000 | 3f3f3f453f433f48 |
EUC-JP | ?þ?E?C?H | 00111111100011111010100111010000001111110100010100111111010000110011111101001000 | 3f8fa9d03f453f433f48 |
UTF-8 | þECH | 11000010100100011100001110111110110000101001001001000101110000101001001001000011110000101001001001001000 | c291c3bec29245c29243c29248 |
UHC | ?þ?E?C?H | 001111111010100110101101001111110100010100111111010000110011111101001000 | 3fa9ad3f453f433f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)