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 | 趾?甄精 | 11100110111001000011111111100001010010101001000010111000 | e6e43fe14a90b8 |
| EUC-JP | 趾?甄精 | 11101100111001100011111111100001101010111100000010111010 | ece63fe1abc0ba |
| UTF-8 | 趾얗甄精 | 111010001011011010111110111011001001011010010111111001111001010010000100111001111011001010111110 | e8b6beec9697e79484e7b2be |
| UHC | 趾얗甄精 | 1111001010111111101111101110100111001100101101001110111111110001 | f2bfbee9ccb4eff1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)