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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 烏??蚓 | 100010010100011100111111001111111110010101101101 | 89473f3fe56d |
| EUC-JP | 烏??蚓 | 101100011010100000111111001111111110100111001110 | b1a83f3fe9ce |
| UTF-8 | 烏띾맦蚓 | 111001111000001110001111111010111001110110111110111010111010011110100110111010001001101010010011 | e7838feb9dbeeba7a6e89a93 |
| UHC | 烏띾맦蚓 | 1110100010100001100011011110101110010000101011111110110011100010 | e8a18deb90afece2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)