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 | EE^ | 100101000100010110000001100110101001010001000101100000011001101001011110 | 9445819a9445819a5e |
SJIS-WIN | ?E???E??^ | 001111110100010100111111001111110011111101000101001111110011111101011110 | 3f453f3f3f453f3f5e |
EUC-JP | ?E???E??^ | 001111110100010100111111001111110011111101000101001111110011111101011110 | 3f453f3f3f453f3f5e |
UTF-8 | EE^ | 110000101001010001000101110000101000000111000010100110101100001010010100010001011100001010000001110000101001101001011110 | c29445c281c29ac29445c281c29a5e |
UHC | ?E???E??^ | 001111110100010100111111001111110011111101000101001111110011111101011110 | 3f453f3f3f453f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)