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 | 髏秘ァ戊註 | 111010011001000010010100111010011010011110010101111010001001001010010000 | e99094e9a795e89290 |
EUC-JP | 髏秘ァ戊註 | 11110001111100001100100011101011100011101010011111001010111010101100001111110000 | f1f0c8eb8ea7caeac3f0 |
UTF-8 | 髏秘ァ戊註 | 111010011010101110001111111001111010011110011000111011111011110110100111111001101000100010001010111010001010100010111011 | e9ab8fe7a798efbda7e6888ae8a8bb |
UHC | ?秘?戊註 | 0011111111011101111110100011111111011001111001101111000111001001 | 3fddfa3fd9e6f1c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)