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 | ÂAuÂ@Â` | 11000010100100100100000101110101110000101001001001000000110000101000110001100000 | c2924175c29240c28c60 |
SJIS-WIN | ??Au??@??` | 00111111001111110100000101110101001111110011111101000000001111110011111101100000 | 3f3f41753f3f403f3f60 |
EUC-JP | Â?AuÂ?@Â?` | 10001111101010101010010000111111010000010111010110001111101010101010010000111111010000001000111110101010101001000011111101100000 | 8faaa43f41758faaa43f408faaa43f60 |
UTF-8 | ÂAuÂ@Â` | 11000011100000101100001010010010010000010111010111000011100000101100001010010010010000001100001110000010110000101000110001100000 | c382c2924175c382c29240c382c28c60 |
UHC | ??Au??@??` | 00111111001111110100000101110101001111110011111101000000001111110011111101100000 | 3f3f41753f3f403f3f60 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)