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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 邨帛セ梧 | 11100111101101011001101111100101101111101000110011100110 | e7b59be5be8ce6 |
| EUC-JP | 邨帛セ梧 | 1110111010110111110101101110011110001110101111101011100011101000 | eeb7d6e78ebeb8e8 |
| UTF-8 | 邨帛セ梧 | 111010011000001010101000111001011011100010011011111011111011110110111110111001101010001010100111 | e982a8e5b89befbdbee6a2a7 |
| UHC | 邨帛?梧 | 11110101101111101101101111011001001111111110011111111100 | f5bedbd93fe7fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)