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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 侑瓏?贄 | 10011000110100001110000011111010001111111110011011010001 | 98d0e0fa3fe6d1 |
EUC-JP | 侑瓏?贄 | 11010000110100101110000011111100001111111110110011010011 | d0d2e0fc3fecd3 |
UTF-8 | 侑瓏삶贄 | 111001001011111010010001111001111001001110001111111011001000001010110110111010001011010010000100 | e4be91e7938fec82b6e8b484 |
UHC | 侑瓏삶贄 | 1110101011100010110101101110101010111011111011101111001010111110 | eae2d6eabbeef2be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)