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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 足?? | 10010001101010110011111100111111 | 91ab3f3f |
EUC-JP | 足?? | 11000010101011010011111100111111 | c2ad3f3f |
UTF-8 | 足섕씜 | 111010001011011010110011111011001000010010010101111011001001010010011100 | e8b6b3ec8495ec949c |
UHC | 足섕씜 | 111100001110101110111100101011001011111010111101 | f0ebbcacbebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)