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 | 0011111100111111001111110011111101100100 | 3f3f3f3f64 |
SJIS-WIN | 靜?碇?d | 11101000110011100011111110010010111101000011111101100100 | e8ce3f92f43f64 |
EUC-JP | 靜?碇?d | 11110000110100000011111111000100111101100011111101100100 | f0d03fc4f63f64 |
UTF-8 | 靜렱碇쵱d | 11101001100111011001110011101011101000001011000111100111101000101000011111101100101101011011000101100100 | e99d9ceba0b1e7a287ecb5b164 |
UHC | 靜렱碇쵱d | 111100001010000110001110101111101110111111101101110000111101110001100100 | f0a18ebeefedc3dc64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)