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 | GDhGD | 100100100100011110010010010001000110100010010010010001111001001001000100 | 924792446892479244 |
SJIS-WIN | ?G?Dh?G?D | 001111110100011100111111010001000110100000111111010001110011111101000100 | 3f473f44683f473f44 |
EUC-JP | ?G?Dh?G?D | 001111110100011100111111010001000110100000111111010001110011111101000100 | 3f473f44683f473f44 |
UTF-8 | GDhGD | 11000010100100100100011111000010100100100100010001101000110000101001001001000111110000101001001001000100 | c29247c2924468c29247c29244 |
UHC | ?G?Dh?G?D | 001111110100011100111111010001000110100000111111010001110011111101000100 | 3f473f44683f473f44 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)