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 | 1110100010111011001111111001110011000011001111110111101101100100 | e8bb3f9cc33f7b64 |
EUC-JP | 霆?愿?{d | 1111000010111101001111111101100011000101001111110111101101100100 | f0bd3fd8c53f7b64 |
UTF-8 | 霆렍愿렢{d | 1110100110011100100001101110101110100000100011011110011010000100101111111110101110100000101000100111101101100100 | e99c86eba08de684bfeba0a27b64 |
UHC | 霆렍愿렢{d | 11101111111111011000111010100011111010101011010010001110101100110111101101100100 | effd8ea3eab48eb37b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)