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 | ï¾è±xB | 1110111110111110100000101110100010000100101100010111100001000010 | efbe82e884b17842 |
SJIS-WIN | ?????±xB | 001111110011111100111111001111110011111110000001011111010111100001000010 | 3f3f3f3f3f817d7842 |
EUC-JP | ï??è?±xB | 10001111101010111100000100111111001111111000111110101011101100100011111110100001110111100111100001000010 | 8fabc13f3f8fabb23fa1de7842 |
UTF-8 | ï¾è±xB | 1100001110101111110000101011111011000010100000101100001110101000110000101000010011000010101100010111100001000010 | c3afc2bec282c3a8c284c2b17842 |
UHC | ?¾???±xB | 00111111101010001111101000111111001111110011111110100001101111100111100001000010 | 3fa8fa3f3f3fa1be7842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)