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 | 薔紫襖薔 | 1110010101001011100011101000011110001001101001101110010101001011 | e54b8e8789a6e54b |
EUC-JP | 薔紫襖薔 | 1110100110101100101110111110011110110010101010001110100110101100 | e9acbbe7b2a8e9ac |
UTF-8 | 薔紫襖薔 | 111010001001011010010100111001111011010010101011111010001010010110010110111010001001011010010100 | e89694e7b4abe8a596e89694 |
UHC | 薔紫?薔 | 11101101111110011110110110111001001111111110110111111001 | edf9edb93fedf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)