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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 蠍ケ遘俶嫌B | 11100101101101101011100111100111101001111001100011100110100011001001100101000010 | e5b6b9e7a798e68c9942 |
EUC-JP | 蠍ケ遘俶嫌B | 1110101010111000100011101011100111101110101010011101000011101000101101111111100101000010 | eab88eb9eea9d0e8b7f942 |
UTF-8 | 蠍ケ遘俶嫌B | 11101000101000001000110111101111101111011011100111101001100000011001100011100100101111111011011011100101101010111000110001000010 | e8a08defbdb9e98198e4bfb6e5ab8c42 |
UHC | ????嫌B | 00111111001111110011111100111111111110101110111001000010 | 3f3f3f3ffaee42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)