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