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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 蛇尺蛇尺^ | 100011101101011010001110110110101000111011010110100011101101101001011110 | 8ed68eda8ed68eda5e |
EUC-JP | 蛇尺蛇尺^ | 101111001101100010111100110111001011110011011000101111001101110001011110 | bcd8bcdcbcd8bcdc5e |
UTF-8 | 蛇尺蛇尺^ | 11101000100110111000011111100101101100001011101011101000100110111000011111100101101100001011101001011110 | e89b87e5b0bae89b87e5b0ba5e |
UHC | 蛇尺蛇尺^ | 110111101110111111110100101010011101111011101111111101001010100101011110 | deeff4a9deeff4a95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)