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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | レ惕遉ョ | 110110101111101011000000111001111010010010101110 | dafac0e7a4ae |
| EUC-JP | レ惕遉ョ | 100011101101101010001111101111101010110011101110101001101000111010101110 | 8eda8fbeaceea68eae |
| UTF-8 | レ惕遉ョ | 111011111011111010011010111001101000001110010101111010011000000110001001111011111011110110101110 | efbe9ae68395e98189efbdae |
| UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)