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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 中坤中鵠^ | 100100101000011010001101101000111001001010000110100011011001010001011110 | 92868da392868d945e |
EUC-JP | 中坤中鵠^ | 110000111110011010111010101001011100001111100110101110011111010001011110 | c3e6baa5c3e6b9f45e |
UTF-8 | 中坤中鵠^ | 11100100101110001010110111100101100111011010010011100100101110001010110111101001101101011010000001011110 | e4b8ade59da4e4b8ade9b5a05e |
UHC | 中坤中鵠^ | 111100011110100111001101110111101111000111101001110011011101110001011110 | f1e9cddef1e9cddc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)