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 | 螯ゎ恐 | 111001011010011010000010111011001000101110110000 | e5a682ec8bb0 |
| EUC-JP | 螯ゎ恐 | 111010101010100010100100111011101011011010110010 | eaa8a4eeb6b2 |
| UTF-8 | 螯ゎ恐 | 111010001001111010101111111000111000001010001110111001101000000110010000 | e89eafe3828ee68190 |
| UHC | ?ゎ恐 | 0011111110101010111011101100110111110000 | 3faaeecdf0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)