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 | 蠍ャ貅ス闡ケ^ | 11100101101101101010110011100110101110101011110111101000100100011011100101011110 | e5b6ace6babde891b95e |
EUC-JP | 蠍ャ貅ス闡ケ^ | 11101010101110001000111010101100111011001011110010001110101111011110111111110001100011101011100101011110 | eab88eacecbc8ebdeff18eb95e |
UTF-8 | 蠍ャ貅ス闡ケ^ | 11101000101000001000110111101111101111011010110011101000101100101000010111101111101111011011110111101001100101111010000111101111101111011011100101011110 | e8a08defbdace8b285efbdbde997a1efbdb95e |
UHC | ????闡?^ | 0011111100111111001111110011111111110100110001010011111101011110 | 3f3f3f3ff4c53f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)