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 | 髏秘ァ募ョ | 1110100110010000100101001110100110100111100101011110010110101110 | e99094e9a795e5ae |
EUC-JP | 髏秘ァ募ョ | 11110001111100001100100011101011100011101010011111001010111001111000111010101110 | f1f0c8eb8ea7cae78eae |
UTF-8 | 髏秘ァ募ョ | 111010011010101110001111111001111010011110011000111011111011110110100111111001011000101110011111111011111011110110101110 | e9ab8fe7a798efbda7e58b9fefbdae |
UHC | ?秘?募? | 00111111110111011111101000111111110110011011010000111111 | 3fddfa3fd9b43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)