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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
| SJIS-WIN | ??衣???^ | 0011111100111111100010001101111100111111001111110011111101011110 | 3f3f88df3f3f3f5e |
| EUC-JP | ??衣???^ | 0011111100111111101100001110000100111111001111110011111101011110 | 3f3fb0e13f3f3f5e |
| UTF-8 | 亐렕衣쭹렰렋^ | 11100100101110101001000011101011101000001001010111101000101000011010001111101100101011011011100111101011101000001011000011101011101000001000101101011110 | e4ba90eba095e8a1a3ecadb9eba0b0eba08b5e |
| UHC | 亐렕衣쭹렰렋^ | 11101010101001111000111010101010111010111111110111000010111001111000111010111101100011101010001001011110 | eaa78eaaebfdc2e78ebd8ea25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)