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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 舌衙^ | 1001000011100011111001011100100101011110 | 90e3e5c95e |
EUC-JP | 舌衙^ | 1100000011100101111010101100101101011110 | c0e5eacb5e |
UTF-8 | 舌衙^ | 11101000100010001000110011101000101000011001100101011110 | e8888ce8a1995e |
UHC | 舌衙^ | 1110000011011111111001001011011101011110 | e0dfe4b75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)