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 | 尺痔^ | 1000111011011010100011101010010001011110 | 8eda8ea45e |
EUC-JP | 尺痔^ | 1011110011011100101111001010011001011110 | bcdcbca65e |
UTF-8 | 尺痔^ | 11100101101100001011101011100111100101111001010001011110 | e5b0bae797945e |
UHC | 尺痔^ | 1111010010101001111101101100000001011110 | f4a9f6c05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)