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 | ???瑜? | 001111110011111100111111111000001110111100111111 | 3f3f3fe0ef3f |
| EUC-JP | 焰??瑜? | 1000111111001001111011110011111100111111111000001111000100111111 | 8fc9ef3f3fe0f13f |
| UTF-8 | 焰쏁떋瑜뢆 | 111001111000010010110000111011001000111110000001111010111001011010001011111001111001000110011100111010111010001010000110 | e784b0ec8f81eb968be7919ceba286 |
| UHC | 焰쏁떋瑜뢆 | 11100110111110111001101111100111100010111010000111101011101001011000111101000010 | e6fb9be78ba1eba58f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)