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 | ?H?M?A | 001111110100100000111111010011010011111101000001 | 3f483f4d3f41 |
| SJIS-WIN | ?H?M?A | 001111110100100000111111010011010011111101000001 | 3f483f4d3f41 |
| EUC-JP | ?H?M?A | 001111110100100000111111010011010011111101000001 | 3f483f4d3f41 |
| UTF-8 | 혪H혪M혪A | 111011011001100010101010010010001110110110011000101010100100110111101101100110001010101001000001 | ed98aa48ed98aa4ded98aa41 |
| UHC | 혪H혪M혪A | 110000101001001001001000110000101001001001001101110000101001001001000001 | c29248c2924dc29241 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)