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 | 蝓溘藷竇ー | 111001011001111110011111111000111000111110010011111000101000010110110000 | e59f9fe38f93e285b0 |
EUC-JP | 蝓溘藷竇ー | 11101010101000011101111011100101101111011111001111100011111001011000111010110000 | eaa1dee5bdf3e3e58eb0 |
UTF-8 | 蝓溘藷竇ー | 111010001001110110010011111001101011101010011000111010001001011110110111111001111010101110000111111011111011110110110000 | e89d93e6ba98e897b7e7ab87efbdb0 |
UHC | ??藷竇? | 00111111001111111110111011001011110101001110010000111111 | 3f3feecbd4e43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)