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 | §ëj^ | 10001110101001111001000111101011100101010110101001011110 | 8ea791eb956a5e |
SJIS-WIN | ?§???j^ | 0011111110000001100110000011111100111111001111110110101001011110 | 3f81983f3f3f6a5e |
EUC-JP | ?§?ë?j^ | 00111111101000011111100000111111100011111010101110110011001111110110101001011110 | 3fa1f83f8fabb33f6a5e |
UTF-8 | §ëj^ | 110000101000111011000010101001111100001010010001110000111010101111000010100101010110101001011110 | c28ec2a7c291c3abc2956a5e |
UHC | ?§???j^ | 0011111110100001110101110011111100111111001111110110101001011110 | 3fa1d73f3f3f6a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)