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 | ?G?q | 00111111010001110011111101110001 | 3f473f71 |
SJIS-WIN | ?G?q | 00111111010001110011111101110001 | 3f473f71 |
EUC-JP | ?G?q | 00111111010001110011111101110001 | 3f473f71 |
UTF-8 | 챗G찼q | 1110110010110001100101110100011111101100101100001011110001110001 | ecb19747ecb0bc71 |
UHC | 챗G찼q | 110000111010101001000111110000111010000101110001 | c3aa47c3a171 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)