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 | 辿足 | 10010010010010001001000110101011 | 924891ab |
EUC-JP | 辿足 | 11000011101010011100001010101101 | c3a9c2ad |
UTF-8 | 辿足 | 111010001011111010111111111010001011011010110011 | e8bebfe8b6b3 |
UHC | ?足 | 001111111111000011101011 | 3ff0eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)