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 | 豌旧岡踐 | 1110011010110000100010111000110010001001101010101110011011110110 | e6b08b8c89aae6f6 |
EUC-JP | 豌旧岡踐 | 1110110010110010101101011110110010110010101011001110110011111000 | ecb2b5ecb2acecf8 |
UTF-8 | 豌旧岡踐 | 111010001011000110001100111001101001011110100111111001011011001010100001111010001011100010010000 | e8b18ce697a7e5b2a1e8b890 |
UHC | 豌?岡踐 | 11101000110101010011111111001011101010101111010011000010 | e8d53fcbaaf4c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)