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 | 已??堪錚 | 1001101111011111001111110011111110001010101011001110100001000010 | 9bdf3f3f8aace842 |
EUC-JP | 已??堪錚 | 1101011011100001001111110011111110110100101011101110111110100011 | d6e13f3fb4aeefa3 |
UTF-8 | 已고렗堪錚 | 111001011011011110110010111010101011001110100000111010111010000010010111111001011010000010101010111010011000110010011010 | e5b7b2eab3a0eba097e5a0aae98c9a |
UHC | 已고렗堪錚 | 11101100101010111011000011101101100011101010110011001010111011011110111010110110 | ecabb0ed8eaccaedeeb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)