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 | 邀冶搦^ | 11100111101100011001011011101000100111011000111001011110 | e7b196e89d8e5e |
EUC-JP | 邀冶搦^ | 11101110101100111100110011101010110110011110111001011110 | eeb3ccead9ee5e |
UTF-8 | 邀冶搦^ | 11101001100000101000000011100101100001101011011011100110100100001010011001011110 | e98280e586b6e690a65e |
UHC | 邀冶?^ | 111010011010110111100101101001110011111101011110 | e9ade5a73f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)