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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 絅ш凱 | 111000110100010010000100100010101000101001001101 | e344848a8a4d |
EUC-JP | 絅ш凱 | 111001011010010110100111111010101011001110101110 | e5a5a7eab3ae |
UTF-8 | 絅ш凱 | 1110011110110101100001011101000110001000111001011000011110110001 | e7b585d188e587b1 |
UHC | 絅ш凱 | 110011001110011110101100111010101100101111000010 | cce7aceacbc2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)