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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 薔我▽絮 | 1110010101001011100010011110010010000001101001001110001101010000 | e54b89e481a4e350 |
EUC-JP | 薔我▽絮 | 1110100110101100101100101110011010100010101001101110010110110001 | e9acb2e6a2a6e5b1 |
UTF-8 | 薔我▽絮 | 111010001001011010010100111001101000100010010001111000101001011010111101111001111011010110101110 | e89694e68891e296bde7b5ae |
UHC | 薔我▽絮 | 1110110111111001111001001011001010100001111001001101111111111100 | edf9e4b2a1e4dffc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)