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 | GJPQ | 1001001001000111100100100100101010010010010100001001001001010001 | 9247924a92509251 |
SJIS-WIN | ?G?J?P?Q | 0011111101000111001111110100101000111111010100000011111101010001 | 3f473f4a3f503f51 |
EUC-JP | ?G?J?P?Q | 0011111101000111001111110100101000111111010100000011111101010001 | 3f473f4a3f503f51 |
UTF-8 | GJPQ | 110000101001001001000111110000101001001001001010110000101001001001010000110000101001001001010001 | c29247c2924ac29250c29251 |
UHC | ?G?J?P?Q | 0011111101000111001111110100101000111111010100000011111101010001 | 3f473f4a3f503f51 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)