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 | Zc}Zc{^ | 100100100101101001100011011111011001001001011010011000110111101101011110 | 925a637d925a637b5e |
SJIS-WIN | ?Zc}?Zc{^ | 001111110101101001100011011111010011111101011010011000110111101101011110 | 3f5a637d3f5a637b5e |
EUC-JP | ?Zc}?Zc{^ | 001111110101101001100011011111010011111101011010011000110111101101011110 | 3f5a637d3f5a637b5e |
UTF-8 | Zc}Zc{^ | 1100001010010010010110100110001101111101110000101001001001011010011000110111101101011110 | c2925a637dc2925a637b5e |
UHC | ?Zc}?Zc{^ | 001111110101101001100011011111010011111101011010011000110111101101011110 | 3f5a637d3f5a637b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)