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 | æ¢è²I | 11100110100111011010001011101000101100101000100101001001 | e69da2e8b28949 |
SJIS-WIN | ??¢???I | 0011111100111111100000011001000100111111001111110011111101001001 | 3f3f81913f3f3f49 |
EUC-JP | æ?¢è??I | 100011111010100111000001001111111010000111110001100011111010101110110010001111110011111101001001 | 8fa9c13fa1f18fabb23f3f49 |
UTF-8 | æ¢è²I | 11000011101001101100001010011101110000101010001011000011101010001100001010110010110000101000100101001001 | c3a6c29dc2a2c3a8c2b2c28949 |
UHC | æ???²?I | 101010011010000100111111001111110011111110101001111101110011111101001001 | a9a13f3f3fa9f73f49 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)