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 | ??n??nB | 00111111001111110110111000111111001111110110111001000010 | 3f3f6e3f3f6e42 |
SJIS-WIN | ウイnウイnB | 10110011101100100110111010110011101100100110111001000010 | b3b26eb3b26e42 |
EUC-JP | ウイnウイnB | 1000111010110011100011101011001001101110100011101011001110001110101100100110111001000010 | 8eb38eb26e8eb38eb26e42 |
UTF-8 | ウイnウイnB | 111011111011110110110011111011111011110110110010011011101110111110111101101100111110111110111101101100100110111001000010 | efbdb3efbdb26eefbdb3efbdb26e42 |
UHC | ??n??nB | 00111111001111110110111000111111001111110110111001000010 | 3f3f6e3f3f6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)