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 | コ闔「而裔 | 11110001111110101011101011101000100011101010001010001110101001111110010111100001 | f1fabae88ea28ea7e5e1 |
| EUC-JP | ?コ闔「而裔 | 0011111110001110101110101110111111101110100011101010001010111100101010011110101011100011 | 3f8ebaefee8ea2bca9eae3 |
| UTF-8 | コ闔「而裔 | 111011101000010110110101111011111011110110111010111010011001011110010100111011111011110110100010111010001000000010001100111010001010001110010100 | ee85b5efbdbae99794efbda2e8808ce8a394 |
| UHC | ??闔?而裔 | 001111110011111111111001111011110011111111101100101110111110011111100000 | 3f3ff9ef3fecbbe7e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)