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 | 韃齎韃齎^ | 111010001110010111100110110110001110100011100101111001101101100001011110 | e8e5e6d8e8e5e6d85e |
EUC-JP | 韃齎韃齎^ | 111100001110011111101100110110101111000011100111111011001101101001011110 | f0e7ecdaf0e7ecda5e |
UTF-8 | 韃齎韃齎^ | 11101001100111111000001111101001101111011000111011101001100111111000001111101001101111011000111001011110 | e99f83e9bd8ee99f83e9bd8e5e |
UHC | ?齎?齎^ | 00111111111011101011001000111111111011101011001001011110 | 3feeb23feeb25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)