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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 雫}雫{^ | 10001110101101000111110110001110101101000111101101011110 | 8eb47d8eb47b5e |
EUC-JP | 雫}雫{^ | 10111100101101100111110110111100101101100111101101011110 | bcb67dbcb67b5e |
UTF-8 | 雫}雫{^ | 111010011001101110101011011111011110100110011011101010110111101101011110 | e99bab7de99bab7b5e |
UHC | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)