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 | 伊鞨霹 | 100010001100100111101000111000001110100011000110 | 88c9e8e0e8c6 |
| EUC-JP | 伊鞨霹 | 101100001100101111110000111000101111000011001000 | b0cbf0e2f0c8 |
| UTF-8 | 伊鞨霹 | 111001001011110010001010111010011001111010101000111010011001110010111001 | e4bc8ae99ea8e99cb9 |
| UHC | 伊鞨霹 | 111011001010010111001010111010101101110010100100 | eca5caeadca4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)