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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
| SJIS-WIN | 凞ト靍ォ胖汐B | 1111101101011000110001001111101111110000101010111110001111110100100011101010110001000010 | fb58c4fbf0abe3f48eac42 |
| EUC-JP | ?ト?ォ胖汐B | 0011111110001110110001000011111110001110101010111110011011110110101111001010111001000010 | 3f8ec43f8eabe6f6bcae42 |
| UTF-8 | 凞ト靍ォ胖汐B | 11101111101010001001010111101111101111101000010011101001100111011000110111101111101111011010101111101000100000111001011011100110101100011001000001000010 | efa895efbe84e99d8defbdabe88396e6b19042 |
| UHC | ?????汐B | 0011111100111111001111110011111100111111111000001011000101000010 | 3f3f3f3f3fe0b142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)