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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 轅學 | 11100111011101101001101101111011 | e7769b7b |
EUC-JP | 轅學 | 11101101110101111101010111011100 | edd7d5dc |
UTF-8 | 轅學 | 111010001011110110000101111001011010110110111000 | e8bd85e5adb8 |
UHC | 轅學 | 11101010101111111111100111001010 | eabff9ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)