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 | ??????F | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
| SJIS-WIN | 聿シッ聿ショF | 111000111110010010111100101011111110001111100100101111001010111001000110 | e3e4bcafe3e4bcae46 |
| EUC-JP | 聿シッ聿ショF | 11100110111001101000111010111100100011101010111111100110111001101000111010111100100011101010111001000110 | e6e68ebc8eafe6e68ebc8eae46 |
| UTF-8 | 聿シッ聿ショF | 11101000100000011011111111101111101111011011110011101111101111011010111111101000100000011011111111101111101111011011110011101111101111011010111001000110 | e881bfefbdbcefbdafe881bfefbdbcefbdae46 |
| UHC | 聿??聿??F | 111010111101001100111111001111111110101111010011001111110011111101000110 | ebd33f3febd33f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)