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 | 10001001010111011001100101011101100011001000011001000010 | 895d995d8c8642 |
| SJIS-WIN | ?]?]??B | 00111111010111010011111101011101001111110011111101000010 | 3f5d3f5d3f3f42 |
| EUC-JP | ?]?]??B | 00111111010111010011111101011101001111110011111101000010 | 3f5d3f5d3f3f42 |
| UTF-8 | ]]B | 1100001010001001010111011100001010011001010111011100001010001100110000101000011001000010 | c2895dc2995dc28cc28642 |
| UHC | ?]?]??B | 00111111010111010011111101011101001111110011111101000010 | 3f5d3f5d3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)