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 | ?u?? | 00111111011101010011111100111111 | 3f753f3f |
SJIS-WIN | 叩u叩続 | 10010010010000000111010110010010010000001001000110110001 | 924075924091b1 |
EUC-JP | 叩u叩続 | 11000011101000010111010111000011101000011100001010110011 | c3a175c3a1c2b3 |
UTF-8 | 叩u叩続 | 11100101100011111010100101110101111001011000111110101001111001111011011010011010 | e58fa975e58fa9e7b69a |
UHC | 叩u叩? | 110011011011000001110101110011011011000000111111 | cdb075cdb03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)