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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 髏秘ァ墓エイB | 11101001100100001001010011101001101001111001010111100110101101001011001001000010 | e99094e9a795e6b4b242 |
EUC-JP | 髏秘ァ墓エイB | 11110001111100001100100011101011100011101010011111001010111010001000111010110100100011101011001001000010 | f1f0c8eb8ea7cae88eb48eb242 |
UTF-8 | 髏秘ァ墓エイB | 11101001101010111000111111100111101001111001100011101111101111011010011111100101101000101001001111101111101111011011010011101111101111011011001001000010 | e9ab8fe7a798efbda7e5a293efbdb4efbdb242 |
UHC | ?秘?墓??B | 001111111101110111111010001111111101100111010111001111110011111101000010 | 3fddfa3fd9d73f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)