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 | ????wh | 001111110011111100111111001111110111011101101000 | 3f3f3f3f7768 |
SJIS-WIN | 﨟ソ魘ォwh | 1111101110011101101111111110100110110100101010110111011101101000 | fb9dbfe9b4ab7768 |
EUC-JP | ?ソ魘ォwh | 001111111000111010111111111100101011011010001110101010110111011101101000 | 3f8ebff2b68eab7768 |
UTF-8 | 﨟ソ魘ォwh | 1110111110101000100111111110111110111101101111111110100110101101100110001110111110111101101010110111011101101000 | efa89fefbdbfe9ad98efbdab7768 |
UHC | ????wh | 001111110011111100111111001111110111011101101000 | 3f3f3f3f7768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)