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 | 髏秘ァ戊・イ | 111010011001000010010100111010011010011110010101111010001010010110110010 | e99094e9a795e8a5b2 |
EUC-JP | 髏秘ァ戊・イ | 111100011111000011001000111010111000111010100111110010101110101010001110101001011000111010110010 | f1f0c8eb8ea7caea8ea58eb2 |
UTF-8 | 髏秘ァ戊・イ | 111010011010101110001111111001111010011110011000111011111011110110100111111001101000100010001010111011111011110110100101111011111011110110110010 | e9ab8fe7a798efbda7e6888aefbda5efbdb2 |
UHC | ?秘?戊?? | 0011111111011101111110100011111111011001111001100011111100111111 | 3fddfa3fd9e63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)