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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 怨烽 | 10001001100001011110000010000010 | 8985e082 |
EUC-JP | 怨烽 | 10110001111001011101111111100010 | b1e5dfe2 |
UTF-8 | 怨烽 | 111001101000000010101000111001111000001110111101 | e680a8e783bd |
UHC | 怨烽 | 11101010101100111101110011101011 | eab3dceb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)