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 | »ùªcLoBF | 10001111101110111111100110001110101010100110001101001100011011110100001001000110 | 8fbbf98eaa634c6f4246 |
SJIS-WIN | ?????cLoBF | 00111111001111110011111100111111001111110110001101001100011011110100001001000110 | 3f3f3f3f3f634c6f4246 |
EUC-JP | ??ù?ªcLoBF | 0011111100111111100011111010101111100011001111111000111110100010111011000110001101001100011011110100001001000110 | 3f3f8fabe33f8fa2ec634c6f4246 |
UTF-8 | »ùªcLoBF | 110000101000111111000010101110111100001110111001110000101000111011000010101010100110001101001100011011110100001001000110 | c28fc2bbc3b9c28ec2aa634c6f4246 |
UHC | ????ªcLoBF | 0011111100111111001111110011111110101000101000110110001101001100011011110100001001000110 | 3f3f3f3fa8a3634c6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)