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 | 足?蟹?足 | 1001000110101011001111111000101001001001001111111001000110101011 | 91ab3f8a493f91ab |
EUC-JP | 足?蟹?足 | 1100001010101101001111111011001110101010001111111100001010101101 | c2ad3fb3aa3fc2ad |
UTF-8 | 足렲蟹렰足 | 111010001011011010110011111010111010000010110010111010001001111110111001111010111010000010110000111010001011011010110011 | e8b6b3eba0b2e89fb9eba0b0e8b6b3 |
UHC | 足렲蟹렰足 | 11110000111010111000111010111111111110101010111110001110101111011111000011101011 | f0eb8ebffaaf8ebdf0eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)