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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 姆}姆{^ | 10011011010001110111110110011011010001110111101101011110 | 9b477d9b477b5e |
EUC-JP | 姆}姆{^ | 11010101101010000111110111010101101010000111101101011110 | d5a87dd5a87b5e |
UTF-8 | 姆}姆{^ | 111001011010011110000110011111011110010110100111100001100111101101011110 | e5a7867de5a7867b5e |
UHC | 姆}姆{^ | 11011001101101010111110111011001101101010111101101011110 | d9b57dd9b57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)