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 | @}GJGK | 1001001001000000011111011001001001000111100100100100101010010010010001111001001001001011 | 92407d9247924a9247924b |
| SJIS-WIN | ?@}?G?J?G?K | 0011111101000000011111010011111101000111001111110100101000111111010001110011111101001011 | 3f407d3f473f4a3f473f4b |
| EUC-JP | ?@}?G?J?G?K | 0011111101000000011111010011111101000111001111110100101000111111010001110011111101001011 | 3f407d3f473f4a3f473f4b |
| UTF-8 | @}GJGK | 11000010100100100100000001111101110000101001001001000111110000101001001001001010110000101001001001000111110000101001001001001011 | c292407dc29247c2924ac29247c2924b |
| UHC | ?@}?G?J?G?K | 0011111101000000011111010011111101000111001111110100101000111111010001110011111101001011 | 3f407d3f473f4a3f473f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)