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 | GA | 10010010010001111001001001000001 | 92479241 |
SJIS-WIN | ?G?A | 00111111010001110011111101000001 | 3f473f41 |
EUC-JP | ?G?A | 00111111010001110011111101000001 | 3f473f41 |
UTF-8 | GA | 110000101001001001000111110000101001001001000001 | c29247c29241 |
UHC | ?G?A | 00111111010001110011111101000001 | 3f473f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)