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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 讓ス蝮ヲF | 11100110101010001011110111100101100111011010011001000110 | e6a8bde59da646 |
EUC-JP | 讓ス蝮ヲF | 111011001010101010001110101111011110100111111101100011101010011001000110 | ecaa8ebde9fd8ea646 |
UTF-8 | 讓ス蝮ヲF | 11101000101011101001001111101111101111011011110111101000100111011010111011101111101111011010011001000110 | e8ae93efbdbde89daeefbda646 |
UHC | 讓???F | 111001011101001100111111001111110011111101000110 | e5d33f3f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)