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 | ÂÃÃP | 11000010100011111100001110000000110000111000111101010000 | c28fc380c38f50 |
SJIS-WIN | ??????P | 00111111001111110011111100111111001111110011111101010000 | 3f3f3f3f3f3f50 |
EUC-JP | Â?Ã?Ã?P | 10001111101010101010010000111111100011111010101010101010001111111000111110101010101010100011111101010000 | 8faaa43f8faaaa3f8faaaa3f50 |
UTF-8 | ÂÃÃP | 11000011100000101100001010001111110000111000001111000010100000001100001110000011110000101000111101010000 | c382c28fc383c280c383c28f50 |
UHC | ??????P | 00111111001111110011111100111111001111110011111101010000 | 3f3f3f3f3f3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)