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 | 00111111010000000011111100111111001111110100000001000010 | 3f403f3f3f4042 |
SJIS-WIN | ?@???@B | 00111111010000000011111100111111001111110100000001000010 | 3f403f3f3f4042 |
EUC-JP | ?@???@B | 00111111010000000011111100111111001111110100000001000010 | 3f403f3f3f4042 |
UTF-8 | 찾@혖혚혖@B | 111011001011000010111110010000001110110110011000100101101110110110011000100110101110110110011000100101100100000001000010 | ecb0be40ed9896ed989aed98964042 |
UHC | 찾@혖혚혖@B | 1100001110100011010000001100001010000001110000101000010111000010100000010100000001000010 | c3a340c281c285c2814042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)