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 | ????{d | 001111110011111100111111001111110111101101100100 | 3f3f3f3f7b64 |
SJIS-WIN | 氈?愿?{d | 1001111110000001001111111001110011000011001111110111101101100100 | 9f813f9cc33f7b64 |
EUC-JP | 氈?愿?{d | 1101110111100001001111111101100011000101001111110111101101100100 | dde13fd8c53f7b64 |
UTF-8 | 氈렍愿렢{d | 1110011010110000100010001110101110100000100011011110011010000100101111111110101110100000101000100111101101100100 | e6b088eba08de684bfeba0a27b64 |
UHC | 氈렍愿렢{d | 11101110111111011000111010100011111010101011010010001110101100110111101101100100 | eefd8ea3eab48eb37b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)