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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 豈畷響 | 111001101010111110010011111010111000101110111111 | e6af93eb8bbf |
EUC-JP | 豈畷響 | 111011001011000111000110111011011011011011000001 | ecb1c6edb6c1 |
UTF-8 | 豈畷響 | 111010001011000110001000111001111001010110110111111010011001111110111111 | e8b188e795b7e99fbf |
UHC | 豈?響 | 1101000111000010001111111111101011000010 | d1c23ffac2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)