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 | ?U}?U{^ | 00111111010101010111110100111111010101010111101101011110 | 3f557d3f557b5e |
SJIS-WIN | 槽U}槽U{^ | 100100011000010101010101011111011001000110000101010101010111101101011110 | 9185557d9185557b5e |
EUC-JP | 槽U}槽U{^ | 110000011110010101010101011111011100000111100101010101010111101101011110 | c1e5557dc1e5557b5e |
UTF-8 | 槽U}槽U{^ | 1110011010100111101111010101010101111101111001101010011110111101010101010111101101011110 | e6a7bd557de6a7bd557b5e |
UHC | 槽U}槽U{^ | 111100001100101101010101011111011111000011001011010101010111101101011110 | f0cb557df0cb557b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)