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 | 嶸??唯?^ | 1111101010110100001111110011111110010111010000100011111101011110 | fab43f3f97423f5e |
EUC-JP | 嶸??唯?^ | 100011111011101111110100001111110011111111001101101000110011111101011110 | 8fbbf43f3fcda33f5e |
UTF-8 | 嶸뗫틺唯랱^ | 11100101101101101011100011101011100101111010101111101101100010111011101011100101100101001010111111101011100111101011000101011110 | e5b6b8eb97abed8bbae594afeb9eb15e |
UHC | 嶸뗫틺唯랱^ | 1110011110101110100010111110101110111010101000001110101011100110100011100100110101011110 | e7ae8bebbaa0eae68e4d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)