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 | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
| SJIS-WIN | 痍赦痍捨F | 111000010111011110001110110011011110000101110111100011101100110001000110 | e1778ecde1778ecc46 |
| EUC-JP | 痍赦痍捨F | 111000011101100010111100110011111110000111011000101111001100111001000110 | e1d8bccfe1d8bcce46 |
| UTF-8 | 痍赦痍捨F | 11100111100101111000110111101000101101011010011011100111100101111000110111100110100011011010100001000110 | e7978de8b5a6e7978de68da846 |
| UHC | 痍赦痍捨F | 111011001011011111011110111101011110110010110111110111101101011101000110 | ecb7def5ecb7ded746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)