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 | 薔掩※薔 | 1110010101001011100010011000011010000001101001101110010101001011 | e54b898681a6e54b |
EUC-JP | 薔掩※薔 | 1110100110101100101100011110011010100010101010001110100110101100 | e9acb1e6a2a8e9ac |
UTF-8 | 薔掩※薔 | 111010001001011010010100111001101000111010101001111000101000000010111011111010001001011010010100 | e89694e68ea9e280bbe89694 |
UHC | 薔掩※薔 | 1110110111111001111001011111001110100001110110001110110111111001 | edf9e5f3a1d8edf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)