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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 湛速誰贈^ | 100100100101100010010001101011001001001001001110100100011010000101011110 | 925891ac924e91a15e |
EUC-JP | 湛速誰贈^ | 110000111011100111000010101011101100001110101111110000101010001101011110 | c3b9c2aec3afc2a35e |
UTF-8 | 湛速誰贈^ | 11100110101110011001101111101001100000001001111111101000101010101011000011101000101101001000100001011110 | e6b99be9809fe8aab0e8b4885e |
UHC | 湛速誰贈^ | 110100111100000011100001110111001110001011000001111100011111110001011110 | d3c0e1dce2c1f1fc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)