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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 端棚 | 10010010010110111001001001001001 | 925b9249 |
EUC-JP | 端棚 | 11000011101111001100001110101010 | c3bcc3aa |
UTF-8 | 端棚 | 111001111010101110101111111001101010001110011010 | e7abafe6a39a |
UHC | 端棚 | 11010011101011101101110111011100 | d3aedddc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)