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 | 髏秘ァ募ョ欲 | 11101001100100001001010011101001101001111001010111100101101011101001011101111110 | e99094e9a795e5ae977e |
EUC-JP | 髏秘ァ募ョ欲 | 111100011111000011001000111010111000111010100111110010101110011110001110101011101100110111011111 | f1f0c8eb8ea7cae78eaecddf |
UTF-8 | 髏秘ァ募ョ欲 | 111010011010101110001111111001111010011110011000111011111011110110100111111001011000101110011111111011111011110110101110111001101010110010110010 | e9ab8fe7a798efbda7e58b9fefbdaee6acb2 |
UHC | ?秘?募?欲 | 001111111101110111111010001111111101100110110100001111111110100110110000 | 3fddfa3fd9b43fe9b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)