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 | 巐わ弌巐ゎ | 11111010101101101000001011101101100110001001111111111010101101101000001011101100 | fab682ed989ffab682ec |
| EUC-JP | 巐わ弌巐ゎ | 100011111011101111111001101001001110111111010000101000011000111110111011111110011010010011101110 | 8fbbf9a4efd0a18fbbf9a4ee |
| UTF-8 | 巐わ弌巐ゎ | 111001011011011110010000111000111000001010001111111001011011110010001100111001011011011110010000111000111000001010001110 | e5b790e3828fe5bc8ce5b790e3828e |
| UHC | ?わ??ゎ | 00111111101010101110111100111111001111111010101011101110 | 3faaef3f3faaee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)