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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 寳シ寳シ^ | 100110111001000010000011010101101001101110010000100000110101011001011110 | 9b9083569b9083565e |
EUC-JP | 寳シ寳シ^ | 110101011111000010100101101101111101010111110000101001011011011101011110 | d5f0a5b7d5f0a5b75e |
UTF-8 | 寳シ寳シ^ | 11100101101011111011001111100011100000101011011111100101101011111011001111100011100000101011011101011110 | e5afb3e382b7e5afb3e382b75e |
UHC | ?シ?シ^ | 00111111101010111011011100111111101010111011011101011110 | 3fabb73fabb75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)