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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 尺蛇\ | 1000111011011010100011101101011001011100 | 8eda8ed65c |
EUC-JP | 尺蛇\ | 1011110011011100101111001101100001011100 | bcdcbcd85c |
UTF-8 | 尺蛇\ | 11100101101100001011101011101000100110111000011101011100 | e5b0bae89b875c |
UHC | 尺蛇\ | 1111010010101001110111101110111101011100 | f4a9deef5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)