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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 邀冶粕^ | 11100111101100011001011011101000100101001001010001011110 | e7b196e894945e |
EUC-JP | 邀冶粕^ | 11101110101100111100110011101010110001111111010001011110 | eeb3cceac7f45e |
UTF-8 | 邀冶粕^ | 11101001100000101000000011100101100001101011011011100111101100101001010101011110 | e98280e586b6e7b2955e |
UHC | 邀冶粕^ | 11101001101011011110010110100111110110101101100101011110 | e9ade5a7dad95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)