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 | E\E\B | 100100100100010110010010010111001001001001000101100100100101110001000010 | 9245925c9245925c42 |
SJIS-WIN | ?E?\?E?\B | 001111110100010100111111010111000011111101000101001111110101110001000010 | 3f453f5c3f453f5c42 |
EUC-JP | ?E?\?E?\B | 001111110100010100111111010111000011111101000101001111110101110001000010 | 3f453f5c3f453f5c42 |
UTF-8 | E\E\B | 11000010100100100100010111000010100100100101110011000010100100100100010111000010100100100101110001000010 | c29245c2925cc29245c2925c42 |
UHC | ?E?\?E?\B | 001111110100010100111111010111000011111101000101001111110101110001000010 | 3f453f5c3f453f5c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)