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 | ?p}?p{^ | 00111111011100000111110100111111011100000111101101011110 | 3f707d3f707b5e |
SJIS-WIN | 辰p}辰p{^ | 100100100100001101110000011111011001001001000011011100000111101101011110 | 9243707d9243707b5e |
EUC-JP | 辰p}辰p{^ | 110000111010010001110000011111011100001110100100011100000111101101011110 | c3a4707dc3a4707b5e |
UTF-8 | 辰p}辰p{^ | 1110100010111110101100000111000001111101111010001011111010110000011100000111101101011110 | e8beb0707de8beb0707b5e |
UHC | 辰p}辰p{^ | 111100101110001101110000011111011111001011100011011100000111101101011110 | f2e3707df2e3707b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)