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 | 蛻カ邯楢 | 11100101100010001011011011100111101101101001001111101000 | e588b6e7b693e8 |
EUC-JP | 蛻カ邯楢 | 1110100111101000100011101011011011101110101110001100011011101010 | e9e88eb6eeb8c6ea |
UTF-8 | 蛻カ邯楢 | 111010001001101110111011111011111011110110110110111010011000001010101111111001101010010110100010 | e89bbbefbdb6e982afe6a5a2 |
UHC | ??邯楢 | 001111110011111111001010111110111110101011111001 | 3f3fcafbeaf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)