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 | 足?雋 | 1001000110101011001111111110100010110010 | 91ab3fe8b2 |
EUC-JP | 足?雋 | 1100001010101101001111111111000010110100 | c2ad3ff0b4 |
UTF-8 | 足렭雋 | 111010001011011010110011111010111010000010101101111010011001101110001011 | e8b6b3eba0ade99b8b |
UHC | 足렭雋 | 111100001110101110001110101110101111000111100110 | f0eb8ebaf1e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)