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 | 将藜^ | 1000111110101011111001010101101101011110 | 8fabe55b5e |
EUC-JP | 将藜^ | 1011111010101101111010011011110001011110 | beade9bc5e |
UTF-8 | 将藜^ | 11100101101100001000011011101000100101111001110001011110 | e5b086e8979c5e |
UHC | ?藜^ | 00111111110101011110110101011110 | 3fd5ed5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)