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â÷ | 11000010100100010101000011000011101000101100001110110111 | c29150c3a2c3b7 |
SJIS-WIN | ??P?¢?? | 0011111100111111010100000011111110000001100100010011111100111111 | 3f3f503f81913f3f |
EUC-JP | �Pâ� | 1000111110101010101001000011111101010000100011111010101010101010101000011111000110001111101010101010101000111111 | 8faaa43f508faaaaa1f18faaaa3f |
UTF-8 | ÂPâ÷ | 11000011100000101100001010010001010100001100001110000011110000101010001011000011100000111100001010110111 | c382c29150c383c2a2c383c2b7 |
UHC | ??P???· | 0011111100111111010100000011111100111111001111111010000110100100 | 3f3f503f3f3fa1a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)