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 | GD@ | 100100100100011110010010010001001001001001000000 | 924792449240 |
SJIS-WIN | ?G?D?@ | 001111110100011100111111010001000011111101000000 | 3f473f443f40 |
EUC-JP | ?G?D?@ | 001111110100011100111111010001000011111101000000 | 3f473f443f40 |
UTF-8 | GD@ | 110000101001001001000111110000101001001001000100110000101001001001000000 | c29247c29244c29240 |
UHC | ?G?D?@ | 001111110100011100111111010001000011111101000000 | 3f473f443f40 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)