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 | 鬱?重槃 | 10011111010101000011111110001111011001001001111011001111 | 9f543f8f649ecf |
EUC-JP | 鬱?重槃 | 11011101101101010011111110111101110001011101110011010001 | ddb53fbdc5dcd1 |
UTF-8 | 鬱렠重槃 | 111010011010110010110001111010111010000010100000111010011000011110001101111001101010011110000011 | e9acb1eba0a0e9878de6a783 |
UHC | 鬱렠重槃 | 1110101010100110100011101011000111110001111011001101101011101001 | eaa68eb1f1ecdae9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)