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 | EAEc | 10010010010001011001001001000001100100100100010101100011 | 92459241924563 |
SJIS-WIN | ?E?A?Ec | 00111111010001010011111101000001001111110100010101100011 | 3f453f413f4563 |
EUC-JP | ?E?A?Ec | 00111111010001010011111101000001001111110100010101100011 | 3f453f413f4563 |
UTF-8 | EAEc | 11000010100100100100010111000010100100100100000111000010100100100100010101100011 | c29245c29241c2924563 |
UHC | ?E?A?Ec | 00111111010001010011111101000001001111110100010101100011 | 3f453f413f4563 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)