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 | 10001110110111101000111011011000111001001100100101000010 | 8ede8ed8e4c942 |
| EUC-JP | 酌借菲B | 10111100111000001011110011011010111010001100101101000010 | bce0bcdae8cb42 |
| UTF-8 | 酌借菲B | 11101001100001011000110011100101100000001001111111101000100011111011001001000010 | e9858ce5809fe88fb242 |
| UHC | 酌借菲B | 11101101110011001111001110101000110111101010001101000010 | edccf3a8dea342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)