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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 遶ェ蟆雁穀 | 111001111010101110101010111001011011000010001010111001011000110110010010 | e7abaae5b08ae58d92 |
EUC-JP | 遶ェ蟆雁穀 | 11101110101011011000111010101010111010101011001010110100111001111011100111110010 | eead8eaaeab2b4e7b9f2 |
UTF-8 | 遶ェ蟆雁穀 | 111010011000000110110110111011111011110110101010111010001001111110000110111010011001101110000001111001111010100110000000 | e981b6efbdaae89f86e99b81e7a980 |
UHC | ???雁穀 | 00111111001111110011111111100100110100101100110111011010 | 3f3f3fe4d2cdda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)