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 | AA@AA@B | 1001001001000001100100100100000101000000100100100100000110010010010000010100000001000010 | 9241924140924192414042 |
SJIS-WIN | ?A?A@?A?A@B | 0011111101000001001111110100000101000000001111110100000100111111010000010100000001000010 | 3f413f41403f413f414042 |
EUC-JP | ?A?A@?A?A@B | 0011111101000001001111110100000101000000001111110100000100111111010000010100000001000010 | 3f413f41403f413f414042 |
UTF-8 | AA@AA@B | 110000101001001001000001110000101001001001000001010000001100001010010010010000011100001010010010010000010100000001000010 | c29241c2924140c29241c292414042 |
UHC | ?A?A@?A?A@B | 0011111101000001001111110100000101000000001111110100000100111111010000010100000001000010 | 3f413f41403f413f414042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)