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 | 偲竺篠鴫^ | 100011101100001110001110101100011000111011000010100011101011000001011110 | 8ec38eb18ec28eb05e |
EUC-JP | 偲竺篠鴫^ | 101111001100010110111100101100111011110011000100101111001011001001011110 | bcc5bcb3bcc4bcb25e |
UTF-8 | 偲竺篠鴫^ | 11100101100000011011001011100111101010111011101011100111101011111010000011101001101101001010101101011110 | e581b2e7abbae7afa0e9b4ab5e |
UHC | ?竺篠?^ | 00111111111101011110011111100001110001100011111101011110 | 3ff5e7e1c63f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)