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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
| SJIS-WIN | 移蛇移蛇B | 100010001101101010001110110101101000100011011010100011101101011001000010 | 88da8ed688da8ed642 |
| EUC-JP | 移蛇移蛇B | 101100001101110010111100110110001011000011011100101111001101100001000010 | b0dcbcd8b0dcbcd842 |
| UTF-8 | 移蛇移蛇B | 11100111101001111011101111101000100110111000011111100111101001111011101111101000100110111000011101000010 | e7a7bbe89b87e7a7bbe89b8742 |
| UHC | 移蛇移蛇B | 111011001011100111011110111011111110110010111001110111101110111101000010 | ecb9deefecb9deef42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)