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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
| SJIS-WIN | 爰??F | 1110000010100111001111110011111101000110 | e0a73f3f46 |
| EUC-JP | 爰??F | 1110000010101001001111110011111101000110 | e0a93f3f46 |
| UTF-8 | 爰귢틒F | 11100111100010001011000011101010101101111010001011101101100010111001001001000110 | e788b0eab7a2ed8b9246 |
| UHC | 爰귢틒F | 11101010101110101000001011101010101110101000000101000110 | eaba82eaba8146 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)