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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 冶??矣? | 10010110111010000011111100111111111000011110000100111111 | 96e83f3fe1e13f |
| EUC-JP | 冶??矣? | 11001100111010100011111100111111111000101110001100111111 | ccea3f3fe2e33f |
| UTF-8 | 冶먫쨶矣켖 | 111001011000011010110110111010111010100010101011111011001010100010110110111001111001111110100011111011001011110010010110 | e586b6eba8abeca8b6e79fa3ecbc96 |
| UHC | 冶먫쨶矣켖 | 11100101101001111001000011101000101001001001000011101011111110001011000101001111 | e5a790e8a490ebf8b14f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)