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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 髟キ謐ァ逋某 | 11101001100101011011011111100110100011011010011111100111100110011001011001011110 | e995b7e68da7e799965e |
EUC-JP | 髟キ謐ァ逋某 | 111100011111010110001110101101111110101111101101100011101010011111101101111110011100101110111111 | f1f58eb7ebed8ea7edf9cbbf |
UTF-8 | 髟キ謐ァ逋某 | 111010011010101110011111111011111011110110110111111010001010110010010000111011111011110110100111111010011000000010001011111001101001111110010000 | e9ab9fefbdb7e8ac90efbda7e9808be69f90 |
UHC | ??謐?逋某 | 001111110011111111011010110011010011111111111000111001111101100110111011 | 3f3fdacd3ff8e7d9bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)