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 | ûI¢ûK | 111110110100100110001110101000101111101101001011 | fb498ea2fb4b |
SJIS-WIN | ?I?¢?K | 00111111010010010011111110000001100100010011111101001011 | 3f493f81913f4b |
EUC-JP | ûI?¢ûK | 1000111110101011111001010100100100111111101000011111000110001111101010111110010101001011 | 8fabe5493fa1f18fabe54b |
UTF-8 | ûI¢ûK | 11000011101110110100100111000010100011101100001010100010110000111011101101001011 | c3bb49c28ec2a2c3bb4b |
UHC | ?I???K | 001111110100100100111111001111110011111101001011 | 3f493f3f3f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)