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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
| SJIS-WIN | ????≒^ | 00111111001111110011111100111111100000011110000001011110 | 3f3f3f3f81e05e |
| EUC-JP | ????≒^ | 00111111001111110011111100111111101000101110001001011110 | 3f3f3f3fa2e25e |
| UTF-8 | 렺씻렔렻≒^ | 11101011101000001011101011101100100101001011101111101011101000001001010011101011101000001011101111100010100010011001001001011110 | eba0baec94bbeba094eba0bbe289925e |
| UHC | 렺씻렔렻≒^ | 1000111011000010101111101100010010001110101010011000111011000011101000011101011001011110 | 8ec2bec48ea98ec3a1d65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)