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 | 韶費ソ・褂 | 1110100011101110100101001110111110111111101001011110010111100110 | e8ee94efbfa5e5e6 |
EUC-JP | 韶費ソ・褂 | 11110000111100001100100011110001100011101011111110001110101001011110101011101000 | f0f0c8f18ebf8ea5eae8 |
UTF-8 | 韶費ソ・褂 | 111010011001111110110110111010001011001010111011111011111011110110111111111011111011110110100101111010001010010010000010 | e99fb6e8b2bbefbdbfefbda5e8a482 |
UHC | 韶費??? | 11100001110100101101111010101000001111110011111100111111 | e1d2dea83f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)