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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 梧??嗽? | 10001100111001100011111100111111100110100111010100111111 | 8ce63f3f9a753f |
EUC-JP | 梧??嗽? | 10111000111010000011111100111111110100111101011000111111 | b8e83f3fd3d63f |
UTF-8 | 梧잌쨶嗽뢆 | 111001101010001010100111111011001001111010001100111011001010100010110110111001011001011110111101111010111010001010000110 | e6a2a7ec9e8ceca8b6e597bdeba286 |
UHC | 梧잌쨶嗽뢆 | 11100111111111001001111111100101101001001001000011100001111101011000111101000010 | e7fc9fe5a490e1f58f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)