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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 属鐃ヂ逸織^ | 1001000110101110111010000101111010000011011000011000100011101101100100000100010001011110 | 91aee85e836188ed90445e |
EUC-JP | 属鐃ヂ逸織^ | 1100001010110000111011111011111110100101110000101011000011101111101111111010010101011110 | c2b0efbfa5c2b0efbfa55e |
UTF-8 | 属鐃ヂ逸織^ | 11100101101100011001111011101001100100001000001111100011100000111000001011101001100000001011100011100111101110011001010001011110 | e5b19ee99083e38382e980b8e7b9945e |
UHC | ??ヂ逸織^ | 001111110011111110101011110000101110110011101111111100101100010001011110 | 3f3fabc2eceff2c45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)