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 | ????v^ | 001111110011111100111111001111110111011001011110 | 3f3f3f3f765e |
SJIS-WIN | 﨟ソ魘ォv^ | 1111101110011101101111111110100110110100101010110111011001011110 | fb9dbfe9b4ab765e |
EUC-JP | ?ソ魘ォv^ | 001111111000111010111111111100101011011010001110101010110111011001011110 | 3f8ebff2b68eab765e |
UTF-8 | 﨟ソ魘ォv^ | 1110111110101000100111111110111110111101101111111110100110101101100110001110111110111101101010110111011001011110 | efa89fefbdbfe9ad98efbdab765e |
UHC | ????v^ | 001111110011111100111111001111110111011001011110 | 3f3f3f3f765e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)