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Â\@h | 1100001010010010010001011100001010010010010111000100000001101000 | c29245c2925c4068 |
SJIS-WIN | ??E??\@h | 0011111100111111010001010011111100111111010111000100000001101000 | 3f3f453f3f5c4068 |
EUC-JP | Â?EÂ?\@h | 100011111010101010100100001111110100010110001111101010101010010000111111010111000100000001101000 | 8faaa43f458faaa43f5c4068 |
UTF-8 | ÂEÂ\@h | 110000111000001011000010100100100100010111000011100000101100001010010010010111000100000001101000 | c382c29245c382c2925c4068 |
UHC | ??E??\@h | 0011111100111111010001010011111100111111010111000100000001101000 | 3f3f453f3f5c4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)