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 | キサ贍「シ^ | 10110111101110111110011011010110101000101011110001011110 | b7bbe6d6a2bc5e |
EUC-JP | キサ贍「シ^ | 1000111010110111100011101011101111101100110110001000111010100010100011101011110001011110 | 8eb78ebbecd88ea28ebc5e |
UTF-8 | キサ贍「シ^ | 11101111101111011011011111101111101111011011101111101000101101001000110111101111101111011010001011101111101111011011110001011110 | efbdb7efbdbbe8b48defbda2efbdbc5e |
UHC | ??贍??^ | 00111111001111111110000011101011001111110011111101011110 | 3f3fe0eb3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)