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 | ?羚?羚^ | 00111111111000111011011100111111111000111011011101011110 | 3fe3b73fe3b75e |
EUC-JP | ?羚?羚^ | 00111111111001101011100100111111111001101011100101011110 | 3fe6b93fe6b95e |
UTF-8 | 戶羚戶羚^ | 11100110100010001011011011100111101111101001101011100110100010001011011011100111101111101001101001011110 | e688b6e7be9ae688b6e7be9a5e |
UHC | 戶羚戶羚^ | 111110111100001011010110101111101111101111000010110101101011111001011110 | fbc2d6befbc2d6be5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)