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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ミ莢キ社質^ | 1111000010100101110100001110010010110000101101111000111011010000100011101011111101011110 | f0a5d0e4b0b78ed08ebf5e |
EUC-JP | ?ミ莢キ社質^ | 001111111000111011010000111010001011001010001110101101111011110011010010101111001100000101011110 | 3f8ed0e8b28eb7bcd2bcc15e |
UTF-8 | ミ莢キ社質^ | 11101110100000011010010011101111101111101001000011101000100011101010001011101111101111011011011111100111101001001011111011101000101100111010101001011110 | ee81a4efbe90e88ea2efbdb7e7a4bee8b3aa5e |
UHC | ??莢?社質^ | 00111111001111111111101011111000001111111101111011100100111100101111010101011110 | 3f3ffaf83fdee4f2f55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)