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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 偲蒔篠宍^ | 100011101100001110001110101010101000111011000010100011101011001101011110 | 8ec38eaa8ec28eb35e |
EUC-JP | 偲蒔篠宍^ | 101111001100010110111100101011001011110011000100101111001011010101011110 | bcc5bcacbcc4bcb55e |
UTF-8 | 偲蒔篠宍^ | 11100101100000011011001011101000100100101001010011100111101011111010000011100101101011101000110101011110 | e581b2e89294e7afa0e5ae8d5e |
UHC | ?蒔篠?^ | 00111111111000111100100011100001110001100011111101011110 | 3fe3c8e1c63f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)