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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 螯雁鋸 | 111001011010011010001010111001011000101110011000 | e5a68ae58b98 |
EUC-JP | 螯雁鋸 | 111010101010100010110100111001111011010111111000 | eaa8b4e7b5f8 |
UTF-8 | 螯雁鋸 | 111010001001111010101111111010011001101110000001111010011000101110111000 | e89eafe99b81e98bb8 |
UHC | ?雁鋸 | 0011111111100100110100101100101111101010 | 3fe4d2cbea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)