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 | 11100111011010111110101001000111100111110111001001000010 | e76bea479f7242 |
| EUC-JP | 輒鶉殲B | 11101101110011001111001110101000110111011101001101000010 | edccf3a8ddd342 |
| UTF-8 | 輒鶉殲B | 11101000101111001001001011101001101101101000100111100110101011101011001001000010 | e8bc92e9b689e6aeb242 |
| UHC | 輒?殲B | 111101001110010100111111111000001110100001000010 | f4e53fe0e842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)