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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 蔕刻戎莪粋 | 11100100111101101000110110001111100011110101111011100100101011101001000010001000 | e4f68d8f8f5ee4ae9088 |
| EUC-JP | 蔕刻戎莪粋 | 11101000111110001011100111101111101111011011111111101000101100001011111111101000 | e8f8b9efbdbfe8b0bfe8 |
| UTF-8 | 蔕刻戎莪粋 | 111010001001010010010101111001011000100010111011111001101000100010001110111010001000111010101010111001111011001010001011 | e89495e588bbe6888ee88eaae7b28b |
| UHC | ?刻戎莪? | 0011111111001010101111101110101111010100111001001011010100111111 | 3fcabeebd4e4b53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)