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 | 0011111100111111001111110111110101000010 | 3f3f3f7d42 |
SJIS-WIN | 易??}B | 100010001101010100111111001111110111110101000010 | 88d53f3f7d42 |
EUC-JP | 易??}B | 101100001101011100111111001111110111110101000010 | b0d73f3f7d42 |
UTF-8 | 易뚦뮘}B | 1110011010011000100100111110101110011010101001101110101110101110100110000111110101000010 | e69893eb9aa6ebae987d42 |
UHC | 易뚦뮘}B | 1110011010110110100011001110010110010010101001000111110101000010 | e6b68ce592a47d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)