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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 淨?怨紡 | 10011111110001000011111110001001100001011001011001100001 | 9fc43f89859661 |
EUC-JP | 淨?怨紡 | 11011110110001100011111110110001111001011100101111000010 | dec63fb1e5cbc2 |
UTF-8 | 淨렠怨紡 | 111001101011011110101000111010111010000010100000111001101000000010101000111001111011010010100001 | e6b7a8eba0a0e680a8e7b4a1 |
UHC | 淨렠怨紡 | 1110111111100100100011101011000111101010101100111101101110110111 | efe48eb1eab3dbb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)