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 | 袱宣ュ賛 | 11100101110111101001000011101001101011011000111001011110 | e5de90e9ad8e5e |
| EUC-JP | 袱宣ュ賛 | 1110101011100000110000001110101110001110101011011011101110111111 | eae0c0eb8eadbbbf |
| UTF-8 | 袱宣ュ賛 | 111010001010001010110001111001011010111010100011111011111011110110101101111010001011001110011011 | e8a2b1e5aea3efbdade8b39b |
| UHC | ?宣?? | 0011111111100000101111100011111100111111 | 3fe0be3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)