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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | 旿?旿?^ | 100011111100000111110100001111111000111111000001111101000011111101011110 | 8fc1f43f8fc1f43f5e |
UTF-8 | 旿퀱旿퀱^ | 11100110100101111011111111101101100000001011000111100110100101111011111111101101100000001011000101011110 | e697bfed80b1e697bfed80b15e |
UHC | 旿퀱旿퀱^ | 111001111111101010110100010001001110011111111010101101000100010001011110 | e7fab444e7fab4445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)