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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 聢欠Щ聢 | 1110001111011100100011001000011110000100010110101110001111011100 | e3dc8c87845ae3dc |
EUC-JP | 聢欠Щ聢 | 1110011011011110101101111110011110100111101110111110011011011110 | e6deb7e7a7bbe6de |
UTF-8 | 聢欠Щ聢 | 1110100010000001101000101110011010101100101000001101000010101001111010001000000110100010 | e881a2e6aca0d0a9e881a2 |
UHC | ?欠Щ? | 001111111111110111100010101011001011101100111111 | 3ffde2acbb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)