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 | ÂHÂPG | 11000010100100100100100011000010100100100101000001000111 | c29248c2925047 |
SJIS-WIN | ??H??PG | 00111111001111110100100000111111001111110101000001000111 | 3f3f483f3f5047 |
EUC-JP | Â?HÂ?PG | 1000111110101010101001000011111101001000100011111010101010100100001111110101000001000111 | 8faaa43f488faaa43f5047 |
UTF-8 | ÂHÂPG | 1100001110000010110000101001001001001000110000111000001011000010100100100101000001000111 | c382c29248c382c2925047 |
UHC | ??H??PG | 00111111001111110100100000111111001111110101000001000111 | 3f3f483f3f5047 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)