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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 逶門嶋鮓コ魍 | 1110011110011011100101101110010110010011100010001110100110110110101110101110100110110001 | e79b96e59388e9b6bae9b1 |
EUC-JP | 逶門嶋鮓コ魍 | 111011011111101111001100111001111100010111101000111100101011100010001110101110101111001010110011 | edfbcce7c5e8f2b88ebaf2b3 |
UTF-8 | 逶門嶋鮓コ魍 | 111010011000000010110110111010011001011010000000111001011011011010001011111010011010111010010011111011111011110110111010111010011010110110001101 | e980b6e99680e5b68be9ae93efbdbae9ad8d |
UHC | ?門嶋??? | 0011111111011010101001101101001111110111001111110011111100111111 | 3fdaa6d3f73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)