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 | 猾爬猾爬^ | 111000001100111111100000101001101110000011001111111000001010011001011110 | e0cfe0a6e0cfe0a65e |
EUC-JP | 猾爬猾爬^ | 111000001101000111100000101010001110000011010001111000001010100001011110 | e0d1e0a8e0d1e0a85e |
UTF-8 | 猾爬猾爬^ | 11100111100011001011111011100111100010001010110011100111100011001011111011100111100010001010110001011110 | e78cbee788ace78cbee788ac5e |
UHC | 猾爬猾爬^ | 111111001100001011110111111100001111110011000010111101111111000001011110 | fcc2f7f0fcc2f7f05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)