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 | ÂÂÂQ | 11000010100011111100001010000100110000101000100101010001 | c28fc284c28951 |
SJIS-WIN | ??????Q | 00111111001111110011111100111111001111110011111101010001 | 3f3f3f3f3f3f51 |
EUC-JP | Â?Â?Â?Q | 10001111101010101010010000111111100011111010101010100100001111111000111110101010101001000011111101010001 | 8faaa43f8faaa43f8faaa43f51 |
UTF-8 | ÂÂÂQ | 11000011100000101100001010001111110000111000001011000010100001001100001110000010110000101000100101010001 | c382c28fc382c284c382c28951 |
UHC | ??????Q | 00111111001111110011111100111111001111110011111101010001 | 3f3f3f3f3f3f51 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)