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]¡E | 1001001001000101100100100101110110010001101000011001001001000101 | 9245925d91a19245 |
SJIS-WIN | ?E?]???E | 0011111101000101001111110101110100111111001111110011111101000101 | 3f453f5d3f3f3f45 |
EUC-JP | ?E?]?¡?E | 00111111010001010011111101011101001111111000111110100010110000100011111101000101 | 3f453f5d3f8fa2c23f45 |
UTF-8 | E]¡E | 11000010100100100100010111000010100100100101110111000010100100011100001010100001110000101001001001000101 | c29245c2925dc291c2a1c29245 |
UHC | ?E?]?¡?E | 001111110100010100111111010111010011111110100010101011100011111101000101 | 3f453f5d3fa2ae3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)