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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 淏齢埋 | 111110110100001010010111111011101001011010000100 | fb4297ee9684 |
| EUC-JP | 淏齢埋 | 10001111110001111101100111001110111100001100101111100100 | 8fc7d9cef0cbe4 |
| UTF-8 | 淏齢埋 | 111001101011011110001111111010011011110110100010111001011001111110001011 | e6b78fe9bda2e59f8b |
| UHC | 淏?埋 | 1111101111001000001111111101100011011000 | fbc83fd8d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)