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 | 足?粧?足 | 1001000110101011001111111000111111001111001111111001000110101011 | 91ab3f8fcf3f91ab |
EUC-JP | 足?粧?足 | 1100001010101101001111111011111011010001001111111100001010101101 | c2ad3fbed13fc2ad |
UTF-8 | 足렲粧렰足 | 111010001011011010110011111010111010000010110010111001111011001010100111111010111010000010110000111010001011011010110011 | e8b6b3eba0b2e7b2a7eba0b0e8b6b3 |
UHC | 足렲粧렰足 | 11110000111010111000111010111111111011011111001010001110101111011111000011101011 | f0eb8ebfedf28ebdf0eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)