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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 綜?贈?B | 10010001100011100011111110010001101000010011111101000010 | 918e3f91a13f42 |
EUC-JP | 綜?贈?B | 11000001111011100011111111000010101000110011111101000010 | c1ee3fc2a33f42 |
UTF-8 | 綜렢贈렢B | 11100111101101101001110011101011101000001010001011101000101101001000100011101011101000001010001001000010 | e7b69ceba0a2e8b488eba0a242 |
UHC | 綜렢贈렢B | 111100001111110010001110101100111111000111111100100011101011001101000010 | f0fc8eb3f1fc8eb342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)