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 | ????_ | 0011111100111111001111110011111101011111 | 3f3f3f3f5f |
SJIS-WIN | 篠ツト竺_ | 10001110110000101100001011000100100011101011000101011111 | 8ec2c2c48eb15f |
EUC-JP | 篠ツト竺_ | 101111001100010010001110110000101000111011000100101111001011001101011111 | bcc48ec28ec4bcb35f |
UTF-8 | 篠ツト竺_ | 11100111101011111010000011101111101111101000001011101111101111101000010011100111101010111011101001011111 | e7afa0efbe82efbe84e7abba5f |
UHC | 篠??竺_ | 11100001110001100011111100111111111101011110011101011111 | e1c63f3ff5e75f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)