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 | 猩櫚桴 | 111000001100110110011111010011001001111010001111 | e0cd9f4c9e8f |
EUC-JP | 猩櫚桴 | 111000001100111111011101101011011101101111101111 | e0cfddaddbef |
UTF-8 | 猩櫚桴 | 111001111000110010101001111001101010101110011010111001101010000110110100 | e78ca9e6ab9ae6a1b4 |
UHC | 猩櫚? | 1110000011111010110101011110101000111111 | e0fad5ea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)