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 | コ闔「而蓊 | 11110000111110101011101011101000100011101010001010001110101001111110010011100001 | f0fabae88ea28ea7e4e1 |
| EUC-JP | ?コ闔「而蓊 | 0011111110001110101110101110111111101110100011101010001010111100101010011110100011100011 | 3f8ebaefee8ea2bca9e8e3 |
| UTF-8 | コ闔「而蓊 | 111011101000001010111001111011111011110110111010111010011001011110010100111011111011110110100010111010001000000010001100111010001001001110001010 | ee82b9efbdbae99794efbda2e8808ce8938a |
| UHC | ??闔?而? | 0011111100111111111110011110111100111111111011001011101100111111 | 3f3ff9ef3fecbb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)