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 | E\¡F | 1001001001000101100100100101110010010001101000011001001001000110 | 9245925c91a19246 |
SJIS-WIN | ?E?\???F | 0011111101000101001111110101110000111111001111110011111101000110 | 3f453f5c3f3f3f46 |
EUC-JP | ?E?\?¡?F | 00111111010001010011111101011100001111111000111110100010110000100011111101000110 | 3f453f5c3f8fa2c23f46 |
UTF-8 | E\¡F | 11000010100100100100010111000010100100100101110011000010100100011100001010100001110000101001001001000110 | c29245c2925cc291c2a1c29246 |
UHC | ?E?\?¡?F | 001111110100010100111111010111000011111110100010101011100011111101000110 | 3f453f5c3fa2ae3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)