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 | 遶ェ蠖「蟆各^ | 1110011110101011101010101110010110111101101000101110010110110000100010100110010101011110 | e7abaae5bda2e5b08a655e |
EUC-JP | 遶ェ蠖「蟆各^ | 11101110101011011000111010101010111010101011111110001110101000101110101010110010101100111100011001011110 | eead8eaaeabf8ea2eab2b3c65e |
UTF-8 | 遶ェ蠖「蟆各^ | 11101001100000011011011011101111101111011010101011101000101000001001011011101111101111011010001011101000100111111000011011100101100100001000010001011110 | e981b6efbdaae8a096efbda2e89f86e590845e |
UHC | ?????各^ | 0011111100111111001111110011111100111111110010101100000001011110 | 3f3f3f3f3fcac05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)