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 | 萸?臾щ? | 1110010011001110001111111110010001101011100001001000101100111111 | e4ce3fe46b848b3f |
EUC-JP | 萸?臾щ? | 1110100011010000001111111110011111001100101001111110101100111111 | e8d03fe7cca7eb3f |
UTF-8 | 萸멵臾щ쳪 | 1110100010010000101110001110101110101001101101011110100010000111101111101101000110001001111011001011001110101010 | e890b8eba9b5e887bed189ecb3aa |
UHC | 萸멵臾щ쳪 | 11101011101011011001000101100011111010111010110010101100111010111010101110001111 | ebad9163ebacacebab8f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)