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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 尺蛇] | 1000111011011010100011101101011001011101 | 8eda8ed65d |
EUC-JP | 尺蛇] | 1011110011011100101111001101100001011101 | bcdcbcd85d |
UTF-8 | 尺蛇] | 11100101101100001011101011101000100110111000011101011101 | e5b0bae89b875d |
UHC | 尺蛇] | 1111010010101001110111101110111101011101 | f4a9deef5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)