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 | CVU}CVU{^ | 10010010010000111001001001010110010101010111110110010010010000111001001001010110010101010111101101011110 | 92439256557d92439256557b5e |
SJIS-WIN | ?C?VU}?C?VU{^ | 00111111010000110011111101010110010101010111110100111111010000110011111101010110010101010111101101011110 | 3f433f56557d3f433f56557b5e |
EUC-JP | ?C?VU}?C?VU{^ | 00111111010000110011111101010110010101010111110100111111010000110011111101010110010101010111101101011110 | 3f433f56557d3f433f56557b5e |
UTF-8 | CVU}CVU{^ | 1100001010010010010000111100001010010010010101100101010101111101110000101001001001000011110000101001001001010110010101010111101101011110 | c29243c29256557dc29243c29256557b5e |
UHC | ?C?VU}?C?VU{^ | 00111111010000110011111101010110010101010111110100111111010000110011111101010110010101010111101101011110 | 3f433f56557d3f433f56557b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)