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 | 姚楡姚楡^ | 100110110100110010011110101111101001101101001100100111101011111001011110 | 9b4c9ebe9b4c9ebe5e |
EUC-JP | 姚楡姚楡^ | 110101011010110111011100110000001101010110101101110111001100000001011110 | d5addcc0d5addcc05e |
UTF-8 | 姚楡姚楡^ | 11100101101001111001101011100110101001011010000111100101101001111001101011100110101001011010000101011110 | e5a79ae6a5a1e5a79ae6a5a15e |
UHC | 姚楡姚楡^ | 111010001110111011101010111110001110100011101110111010101111100001011110 | e8eeeaf8e8eeeaf85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)