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 | 詣??艶 | 100011000111011100111111001111111000100110010000 | 8c773f3f8990 |
| EUC-JP | 詣??艶 | 101101111101100000111111001111111011000111110000 | b7d83f3fb1f0 |
| UTF-8 | 詣싧넇艶 | 111010001010100110100011111011001000101110100111111010111000010010000111111010001000100110110110 | e8a9a3ec8ba7eb8487e889b6 |
| UHC | 詣싧넇艶 | 1110011111100001100110101110010110000110100101111110011011111101 | e7e19ae58697e6fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)