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 | Û¢âÖÛ¢ | 110110111010001011100010110101101101101110100010 | dba2e2d6dba2 |
SJIS-WIN | ?¢???¢ | 0011111110000001100100010011111100111111001111111000000110010001 | 3f81913f3f3f8191 |
EUC-JP | Û¢âÖÛ¢ | 10001111101010101110010110100001111100011000111110101011101001001000111110101010110100111000111110101010111001011010000111110001 | 8faae5a1f18faba48faad38faae5a1f1 |
UTF-8 | Û¢âÖÛ¢ | 110000111001101111000010101000101100001110100010110000111001011011000011100110111100001010100010 | c39bc2a2c3a2c396c39bc2a2 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)