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Ât | 110000101000110001000101110000101000011101110100 | c28c45c28774 |
SJIS-WIN | ??E??t | 001111110011111101000101001111110011111101110100 | 3f3f453f3f74 |
EUC-JP | Â?EÂ?t | 10001111101010101010010000111111010001011000111110101010101001000011111101110100 | 8faaa43f458faaa43f74 |
UTF-8 | ÂEÂt | 11000011100000101100001010001100010001011100001110000010110000101000011101110100 | c382c28c45c382c28774 |
UHC | ??E??t | 001111110011111101000101001111110011111101110100 | 3f3f453f3f74 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)