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¨¤^ | 10010010010001111001000110101000100100011010010001011110 | 924791a891a45e |
| SJIS-WIN | ?G?¨??^ | 0011111101000111001111111000000101001110001111110011111101011110 | 3f473f814e3f3f5e |
| EUC-JP | ?G?¨?¤^ | 00111111010001110011111110100001101011110011111110001111101000101111000001011110 | 3f473fa1af3f8fa2f05e |
| UTF-8 | G¨¤^ | 110000101001001001000111110000101001000111000010101010001100001010010001110000101010010001011110 | c29247c291c2a8c291c2a45e |
| UHC | ?G?¨?¤^ | 001111110100011100111111101000011010011100111111101000101011010001011110 | 3f473fa1a73fa2b45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)