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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 湘繒鬘エ飄 | 100011111100001111111011100011111110100110100001101101001110100101000111 | 8fc3fb8fe9a1b4e947 |
| EUC-JP | 湘繒鬘エ飄 | 1011111011000101100011111101010011010100111100101010001110001110101101001111000110101000 | bec58fd4d4f2a38eb4f1a8 |
| UTF-8 | 湘繒鬘エ飄 | 111001101011100110011000111001111011100110010010111010011010110010011000111011111011110110110100111010011010001110000100 | e6b998e7b992e9ac98efbdb4e9a384 |
| UHC | 湘繒??飄 | 1101111111001111111100011111100100111111001111111111100011111101 | dfcff1f93f3ff8fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)