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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 毅?}毅?{^ | 100010110100001000111111011111011000101101000010001111110111101101011110 | 8b423f7d8b423f7b5e |
EUC-JP | 毅?}毅?{^ | 101101011010001100111111011111011011010110100011001111110111101101011110 | b5a33f7db5a33f7b5e |
UTF-8 | 毅뾫}毅뾫{^ | 111001101010111110000101111010111011111010101011011111011110011010101111100001011110101110111110101010110111101101011110 | e6af85ebbeab7de6af85ebbeab7b5e |
UHC | 毅뾫}毅뾫{^ | 1110101111110110100101110110111001111101111010111111011010010111011011100111101101011110 | ebf6976e7debf6976e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)