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 | 足?耳?有 | 1001000110101011001111111000111010101000001111111001011101001100 | 91ab3f8ea83f974c |
EUC-JP | 足?耳?有 | 1100001010101101001111111011110010101010001111111100110110101101 | c2ad3fbcaa3fcdad |
UTF-8 | 足렭耳렋有 | 111010001011011010110011111010111010000010101101111010001000000010110011111010111010000010001011111001101001110010001001 | e8b6b3eba0ade880b3eba08be69c89 |
UHC | 足렭耳렋有 | 11110000111010111000111010111010111011001011110010001110101000101110101011110011 | f0eb8ebaecbc8ea2eaf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)