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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 足??? | 1001000110101011001111110011111100111111 | 91ab3f3f3f |
EUC-JP | 足??? | 1100001010101101001111110011111100111111 | c2ad3f3f3f |
UTF-8 | 足섕뤶풆 | 111010001011011010110011111011001000010010010101111010111010010010110110111011011001001010000110 | e8b6b3ec8495eba4b6ed9286 |
UHC | 足섕뤶풆 | 1111000011101011101111001010110010001111111001001011111010001110 | f0ebbcac8fe4be8e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)