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 | シッ跖 | 111100101110001010111100101011111110011011101000 | f2e2bcafe6e8 |
EUC-JP | ?シッ跖 | 00111111100011101011110010001110101011111110110011101010 | 3f8ebc8eafecea |
UTF-8 | シッ跖 | 111011101000100010011001111011111011110110111100111011111011110110101111111010001011011110010110 | ee8899efbdbcefbdafe8b796 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)