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 | 術砥 | 10001111011100001001001101110101 | 8f709375 |
EUC-JP | 術砥 | 10111101110100011100010111010110 | bdd1c5d6 |
UTF-8 | 術砥 | 111010001010000110010011111001111010000010100101 | e8a193e7a0a5 |
UHC | 術砥 | 11100010111110101111001010110010 | e2faf2b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)