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 | 伊羲∈ | 100010001100100111100011101110101000000110111000 | 88c9e3ba81b8 |
| EUC-JP | 伊羲∈ | 101100001100101111100110101111001010001010111010 | b0cbe6bca2ba |
| UTF-8 | 伊羲∈ | 111001001011110010001010111001111011111010110010111000101000100010001000 | e4bc8ae7beb2e28888 |
| UHC | 伊羲∈ | 111011001010010111111101111111011010000111110100 | eca5fdfda1f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)