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 | 豎韭豎韭^ | 111001101011000111101000111010101110011010110001111010001110101001011110 | e6b1e8eae6b1e8ea5e |
EUC-JP | 豎韭豎韭^ | 111011001011001111110000111011001110110010110011111100001110110001011110 | ecb3f0ececb3f0ec5e |
UTF-8 | 豎韭豎韭^ | 11101000101100011000111011101001100111111010110111101000101100011000111011101001100111111010110101011110 | e8b18ee99fade8b18ee99fad5e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)