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 | å½¢ë£ | 111001011011110110100010111010111010001110011111 | e5bda2eba39f |
SJIS-WIN | ??¢?£? | 0011111100111111100000011001000100111111100000011001001000111111 | 3f3f81913f81923f |
EUC-JP | �� | 100011111010101110101001001111111010000111110001100011111010101110110011101000011111001000111111 | 8faba93fa1f18fabb3a1f23f |
UTF-8 | å½¢ë£ | 110000111010010111000010101111011100001010100010110000111010101111000010101000111100001010011111 | c3a5c2bdc2a2c3abc2a3c29f |
UHC | ?½???? | 00111111101010001111011000111111001111110011111100111111 | 3fa8f63f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)