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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 讓迎讓鶏^ | 111001101010100010001100011111011110011010101000100011000111101101011110 | e6a88c7de6a88c7b5e |
EUC-JP | 讓迎讓鶏^ | 111011001010101010110111110111101110110010101010101101111101110001011110 | ecaab7deecaab7dc5e |
UTF-8 | 讓迎讓鶏^ | 11101000101011101001001111101000101111111000111011101000101011101001001111101001101101101000111101011110 | e8ae93e8bf8ee8ae93e9b68f5e |
UHC | 讓迎讓?^ | 1110010111010011111001111100101011100101110100110011111101011110 | e5d3e7cae5d33f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)