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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 韆尺蛇尺蛇^ | 1110100011100110100011101101101010001110110101101000111011011010100011101101011001011110 | e8e68eda8ed68eda8ed65e |
EUC-JP | 韆尺蛇尺蛇^ | 1111000011101000101111001101110010111100110110001011110011011100101111001101100001011110 | f0e8bcdcbcd8bcdcbcd85e |
UTF-8 | 韆尺蛇尺蛇^ | 11101001100111111000011011100101101100001011101011101000100110111000011111100101101100001011101011101000100110111000011101011110 | e99f86e5b0bae89b87e5b0bae89b875e |
UHC | 韆尺蛇尺蛇^ | 1111010011000111111101001010100111011110111011111111010010101001110111101110111101011110 | f4c7f4a9deeff4a9deef5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)