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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 髏秘ァ募ーア^ | 11101001100100001001010011101001101001111001010111100101101100001011000101011110 | e99094e9a795e5b0b15e |
EUC-JP | 髏秘ァ募ーア^ | 11110001111100001100100011101011100011101010011111001010111001111000111010110000100011101011000101011110 | f1f0c8eb8ea7cae78eb08eb15e |
UTF-8 | 髏秘ァ募ーア^ | 11101001101010111000111111100111101001111001100011101111101111011010011111100101100010111001111111101111101111011011000011101111101111011011000101011110 | e9ab8fe7a798efbda7e58b9fefbdb0efbdb15e |
UHC | ?秘?募??^ | 001111111101110111111010001111111101100110110100001111110011111101011110 | 3fddfa3fd9b43f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)