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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 畑????? | 10010100101010000011111100111111001111110011111100111111 | 94a83f3f3f3f3f |
| EUC-JP | 畑????? | 11001000101010100011111100111111001111110011111100111111 | c8aa3f3f3f3f3f |
| UTF-8 | 畑밸뱢紐븃짆 | 111001111001010110010001111010111011000010111000111010111011000110100010111011111010011110001111111010111011100010000011111011001010011110000110 | e79591ebb0b8ebb1a2efa78febb883eca786 |
| UHC | 畑밸뱢紐븃짆 | 111011111010010110111001111010111001001110001000111010111010101010111010111010001010001110010101 | efa5b9eb9388ebaabae8a395 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)