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 | コ骼」識糯 | 11110010101011111011101011101001100011101010001110001110101011111110001011110111 | f2afbae98ea38eafe2f7 |
| EUC-JP | ?コ骼」識糯 | 0011111110001110101110101111000111101110100011101010001110111100101100011110010011111001 | 3f8ebaf1ee8ea3bcb1e4f9 |
| UTF-8 | コ骼」識糯 | 111011101000011110100110111011111011110110111010111010011010101010111100111011111011110110100011111010001010110110011000111001111011001110101111 | ee87a6efbdbae9aabcefbda3e8ad98e7b3af |
| UHC | ????識? | 00111111001111110011111100111111111000111101101100111111 | 3f3f3f3fe3db3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)