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 | 11100111111110101011010011101000100101101011100101000010 | e7fab4e896b942 |
EUC-JP | 鋺エ阮ケB | 111011101111110010001110101101001110111111110110100011101011100101000010 | eefc8eb4eff68eb942 |
UTF-8 | 鋺エ阮ケB | 11101001100010111011101011101111101111011011010011101001100110001010111011101111101111011011100101000010 | e98bbaefbdb4e998aeefbdb942 |
UHC | ??阮?B | 001111110011111111101000110101100011111101000010 | 3f3fe8d63f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)