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 | 鉛??暎 | 100010011001010000111111001111111001110111110011 | 89943f3f9df3 |
EUC-JP | 鉛??暎 | 101100011111010000111111001111111101101011110101 | b1f43f3fdaf5 |
UTF-8 | 鉛뗧듅暎 | 111010011000100110011011111010111001011110100111111010111001001110000101111001101001101010001110 | e9899beb97a7eb9385e69a8e |
UHC | 鉛뗧듅暎 | 1110011011100111100010111110011110001010101110011110011110110010 | e6e78be78ab9e7b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)