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 | @}GJG | 100100100100000001111101100100100100011110010010010010101001001001000111 | 92407d9247924a9247 |
| SJIS-WIN | ?@}?G?J?G | 001111110100000001111101001111110100011100111111010010100011111101000111 | 3f407d3f473f4a3f47 |
| EUC-JP | ?@}?G?J?G | 001111110100000001111101001111110100011100111111010010100011111101000111 | 3f407d3f473f4a3f47 |
| UTF-8 | @}GJG | 11000010100100100100000001111101110000101001001001000111110000101001001001001010110000101001001001000111 | c292407dc29247c2924ac29247 |
| UHC | ?@}?G?J?G | 001111110100000001111101001111110100011100111111010010100011111101000111 | 3f407d3f473f4a3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)