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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鸚???繞 | 11101010010111110011111100111111001111111110001110000101 | ea5f3f3f3fe385 |
EUC-JP | 鸚???繞 | 11110011110000000011111100111111001111111110010111100101 | f3c03f3f3fe5e5 |
UTF-8 | 鸚쑳븍뜲繞 | 111010011011100010011010111011001001000110110011111010111011100010001101111010111001110010110010111001111011100110011110 | e9b89aec91b3ebb88deb9cb2e7b99e |
UHC | 鸚쑳븍뜲繞 | 11100101101001001001110011001110101110101110101110001101101100001110100110100100 | e5a49ccebaeb8db0e9a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)