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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 芯?倖梨 | 10010000011000110011111110001100111101001001011110011100 | 90633f8cf4979c |
| EUC-JP | 芯?倖梨 | 10111111110001000011111110111000111101101100110111111100 | bfc43fb8f6cdfc |
| UTF-8 | 芯룫倖梨 | 111010001000101010101111111010111010001110101011111001011000000010010110111001101010001010101000 | e88aafeba3abe58096e6a2a8 |
| UHC | 芯룫倖梨 | 1110010010100101100011111010001011111010101110001101011111011110 | e4a58fa2fab8d7de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)