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 | 晨??? | 1001110111101101001111110011111100111111 | 9ded3f3f3f |
EUC-JP | 晨??藎 | 11011010111011110011111100111111100011111101100111110011 | daef3f3f8fd9f3 |
UTF-8 | 晨뚥뗿藎 | 111001101001100110101000111010111001101010100101111010111001011110111111111010001001011110001110 | e699a8eb9aa5eb97bfe8978e |
UHC | 晨뚥뗿藎 | 1110001111100111100011001110010010001011111111101110001111110000 | e3e78ce48bfee3f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)