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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?縟矮 | 0011111111100011011101001110000111100010 | 3fe374e1e2 |
EUC-JP | ?縟矮 | 0011111111100101110101011110001011100100 | 3fe5d5e2e4 |
UTF-8 | 숣縟矮 | 111011001000100010100011111001111011100010011111111001111001111110101110 | ec88a3e7b89fe79fae |
UHC | 숣縟矮 | 100110011111111011101001101100101110100011100001 | 99fee9b2e8e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)