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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
| SJIS-WIN | 鄒」蛻晉嚀^ | 11100111101111101010001111100101100010001001110111100111100110101000011001011110 | e7bea3e5889de79a865e |
| EUC-JP | 鄒」蛻晉嚀^ | 1110111011000000100011101010001111101001111010001101101011101001110100111110011001011110 | eec08ea3e9e8dae9d3e65e |
| UTF-8 | 鄒」蛻晉嚀^ | 11101001100001001001001011101111101111011010001111101000100110111011101111100110100110011000100111100101100110101000000001011110 | e98492efbda3e89bbbe69989e59a805e |
| UHC | 鄒??晉?^ | 1111010111011011001111110011111111110010110010110011111101011110 | f5db3f3ff2cb3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)