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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 雉ェ闥媒B | 1110100010110011101010101110100010010010100101000111110101000010 | e8b3aae892947d42 |
EUC-JP | 雉ェ闥媒B | 111100001011010110001110101010101110111111110010110001111101111001000010 | f0b58eaaeff2c7de42 |
UTF-8 | 雉ェ闥媒B | 11101001100110111000100111101111101111011010101011101001100101111010010111100101101010101001001001000010 | e99b89efbdaae997a5e5aa9242 |
UHC | 雉??媒B | 11110110110010110011111100111111110110001101101001000010 | f6cb3f3fd8da42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)