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 | 00111111001111110011111101000010 | 3f3f3f42 |
| SJIS-WIN | 輒鶉泯B | 11100111011010111110101001000111100111111010000101000010 | e76bea479fa142 |
| EUC-JP | 輒鶉泯B | 11101101110011001111001110101000110111101010001101000010 | edccf3a8dea342 |
| UTF-8 | 輒鶉泯B | 11101000101111001001001011101001101101101000100111100110101100111010111101000010 | e8bc92e9b689e6b3af42 |
| UHC | 輒?泯B | 111101001110010100111111110110101100011001000010 | f4e53fdac642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)