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 | 蟆顔カサ^ | 11100101101100001000101011100111101101101011101101011110 | e5b08ae7b6bb5e |
EUC-JP | 蟆顔カサ^ | 111010101011001010110100111010011000111010110110100011101011101101011110 | eab2b4e98eb68ebb5e |
UTF-8 | 蟆顔カサ^ | 11101000100111111000011011101001101000011001010011101111101111011011011011101111101111011011101101011110 | e89f86e9a194efbdb6efbdbb5e |
UHC | ?顔??^ | 001111111110010011010100001111110011111101011110 | 3fe4d43f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)