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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 悉竺霖 | 11110010101111101000111010111011111100101010100110001110101100011110100011000001 | f2be8ebbf2a98eb1e8c1 |
EUC-JP | ?悉?竺霖 | 0011111110111100101111010011111110111100101100111111000011000011 | 3fbcbd3fbcb3f0c3 |
UTF-8 | 悉竺霖 | 111011101000011110110101111001101000001010001001111011101000011110100000111001111010101110111010111010011001110010010110 | ee87b5e68289ee87a0e7abbae99c96 |
UHC | ?悉?竺霖 | 0011111111100011111110100011111111110101111001111101011111111101 | 3fe3fa3ff5e7d7fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)