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´ | 1111101101001001100011101011100111111011010010111000111010110100 | fb498eb9fb4b8eb4 |
SJIS-WIN | ?I???K?´ | 001111110100100100111111001111110011111101001011001111111000000101001100 | 3f493f3f3f4b3f814c |
EUC-JP | ûI??ûK?´ | 10001111101010111110010101001001001111110011111110001111101010111110010101001011001111111010000110101101 | 8fabe5493f3f8fabe54b3fa1ad |
UTF-8 | ûI¹ûK´ | 1100001110111011010010011100001010001110110000101011100111000011101110110100101111000010100011101100001010110100 | c3bb49c28ec2b9c3bb4bc28ec2b4 |
UHC | ?I?¹?K?´ | 00111111010010010011111110101001111101100011111101001011001111111010001010100101 | 3f493fa9f63f4b3fa2a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)