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 | 沃????ⅱ | 1001011110000000001111110011111100111111001111111111101001000001 | 97803f3f3f3ffa41 |
| EUC-JP | 沃??縕?? | 110011011110000000111111001111111000111111010100110000100011111100111111 | cde03f3f8fd4c23f3f |
| UTF-8 | 沃얏눂縕띷ⅱ | 111001101011001010000011111011001001011010001111111010111000100010000010111001111011100010010101111010111001110110110111111000101000010110110001 | e6b283ec968feb8882e7b895eb9db7e285b1 |
| UHC | 沃얏눂縕띷ⅱ | 111010001010101010111110111001101000011110100011111010001011001010001101111001101010010110100010 | e8aabee687a3e8b28de6a5a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)