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 | ¶D | 10001001101101101000111001000100 | 89b68e44 |
SJIS-WIN | ?¶?D | 0011111110000001111101110011111101000100 | 3f81f73f44 |
EUC-JP | ?¶?D | 0011111110100010111110010011111101000100 | 3fa2f93f44 |
UTF-8 | ¶D | 11000010100010011100001010110110110000101000111001000100 | c289c2b6c28e44 |
UHC | ?¶?D | 0011111110100010110100100011111101000100 | 3fa2d23f44 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)