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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 衣祠?Ι | 10001000110111111110001001001011001111111000001110100111 | 88dfe24b3f83a7 |
EUC-JP | 衣祠?Ι | 10110000111000011110001110101100001111111010011010101001 | b0e1e3ac3fa6a9 |
UTF-8 | 衣祠렲Ι | 1110100010100001101000111110011110100101101000001110101110100000101100101100111010011001 | e8a1a3e7a5a0eba0b2ce99 |
UHC | 衣祠렲Ι | 1110101111111101110111101110011010001110101111111010010111001001 | ebfddee68ebfa5c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)