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 | 已??堪爾 | 1001101111011111001111110011111110001010101011001000111010100010 | 9bdf3f3f8aac8ea2 |
EUC-JP | 已??堪爾 | 1101011011100001001111110011111110110100101011101011110010100100 | d6e13f3fb4aebca4 |
UTF-8 | 已고렗堪爾 | 111001011011011110110010111010101011001110100000111010111010000010010111111001011010000010101010111001111000100010111110 | e5b7b2eab3a0eba097e5a0aae788be |
UHC | 已고렗堪爾 | 11101100101010111011000011101101100011101010110011001010111011011110110010110011 | ecabb0ed8eaccaedecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)