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 | 10001110101001111110100010011001100000101000100101000010 | 8ea7e899828942 |
SJIS-WIN | ?§????B | 0011111110000001100110000011111100111111001111110011111101000010 | 3f81983f3f3f3f42 |
EUC-JP | ?§è???B | 00111111101000011111100010001111101010111011001000111111001111110011111101000010 | 3fa1f88fabb23f3f3f42 |
UTF-8 | §èB | 11000010100011101100001010100111110000111010100011000010100110011100001010000010110000101000100101000010 | c28ec2a7c3a8c299c282c28942 |
UHC | ?§????B | 0011111110100001110101110011111100111111001111110011111101000010 | 3fa1d73f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)