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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
EUC-JP | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
UTF-8 | 聯뤿씥流쐃^ | 11101111101001101001011111101011101001001011111111101100100101001010010111101111101001111000101011101100100100001000001101011110 | efa697eba4bfec94a5efa78aec90835e |
UHC | 聯뤿씥流쐃^ | 1110011011100001100011111110101110011101101110011110101011111100100111000110010101011110 | e6e18feb9db9eafc9c655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)