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 | ??????@ | 00111111001111110011111100111111001111110011111101000000 | 3f3f3f3f3f3f40 |
SJIS-WIN | 讌碑キ」陝ャ@ | 11100110101001011001010011101000101101111010001111101000100111111010110001000000 | e6a594e8b7a3e89fac40 |
EUC-JP | 讌碑キ」陝ャ@ | 11101100101001111100100011101010100011101011011110001110101000111111000010100001100011101010110001000000 | eca7c8ea8eb78ea3f0a18eac40 |
UTF-8 | 讌碑キ」陝ャ@ | 11101000101011101000110011100111101000101001000111101111101111011011011111101111101111011010001111101001100110011001110111101111101111011010110001000000 | e8ae8ce7a291efbdb7efbda3e9999defbdac40 |
UHC | ?碑??陝?@ | 001111111101110111111000001111110011111111100000111011010011111101000000 | 3fddf83f3fe0ed3f40 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)