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 | ì²ì±¦^ | 11101100101100101010110111101100101100011010011001011110 | ecb2adecb1a65e |
| SJIS-WIN | ????±?^ | 0011111100111111001111110011111110000001011111010011111101011110 | 3f3f3f3f817d3f5e |
| EUC-JP | ì??챦^ | 1000111110101011110000000011111100111111100011111010101111000000101000011101111010001111101000101100001101011110 | 8fabc03f3f8fabc0a1de8fa2c35e |
| UTF-8 | ì²ì±¦^ | 11000011101011001100001010110010110000101010110111000011101011001100001010110001110000101010011001011110 | c3acc2b2c2adc3acc2b1c2a65e |
| UHC | ?²?±?^ | 00111111101010011111011110100001101010010011111110100001101111100011111101011110 | 3fa9f7a1a93fa1be3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)