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 | ??k | 001111110011111101101011 | 3f3f6b |
SJIS-WIN | 叩臓k | 1001001001000000100100011001111101101011 | 9240919f6b |
EUC-JP | 叩臓k | 1100001110100001110000101010000101101011 | c3a1c2a16b |
UTF-8 | 叩臓k | 11100101100011111010100111101000100001111001001101101011 | e58fa9e887936b |
UHC | 叩?k | 11001101101100000011111101101011 | cdb03f6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)