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 | 才羚才羚^ | 100011011100101111100011101101111000110111001011111000111011011101011110 | 8dcbe3b78dcbe3b75e |
EUC-JP | 才羚才羚^ | 101110101100110111100110101110011011101011001101111001101011100101011110 | bacde6b9bacde6b95e |
UTF-8 | 才羚才羚^ | 11100110100010011000110111100111101111101001101011100110100010011000110111100111101111101001101001011110 | e6898de7be9ae6898de7be9a5e |
UHC | 才羚才羚^ | 111011101010011011010110101111101110111010100110110101101011111001011110 | eea6d6beeea6d6be5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)