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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
| SJIS-WIN | 衡??^ | 1000110101110100001111110011111101011110 | 8d743f3f5e |
| EUC-JP | 衡??^ | 1011100111010101001111110011111101011110 | b9d53f3f5e |
| UTF-8 | 衡⅛쾹^ | 11101000101000011010000111100010100001011001101111101100101111101011100101011110 | e8a1a1e2859becbeb95e |
| UHC | 衡⅛쾹^ | 11111011101011001010100011111011101100101000111101011110 | fbaca8fbb28f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)