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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 猾猾[猾猾[^ | 1110000011001111111000001100111101011011111000001100111111100000110011110101101101011110 | e0cfe0cf5be0cfe0cf5b5e |
EUC-JP | 猾猾[猾猾[^ | 1110000011010001111000001101000101011011111000001101000111100000110100010101101101011110 | e0d1e0d15be0d1e0d15b5e |
UTF-8 | 猾猾[猾猾[^ | 111001111000110010111110111001111000110010111110010110111110011110001100101111101110011110001100101111100101101101011110 | e78cbee78cbe5be78cbee78cbe5b5e |
UHC | 猾猾[猾猾[^ | 1111110011000010111111001100001001011011111111001100001011111100110000100101101101011110 | fcc2fcc25bfcc2fcc25b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)