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 | â½µ | 1110001010111101100011101011010110001110 | e2bd8eb58e |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | â???? | 10001111101010111010010000111111001111110011111100111111 | 8faba43f3f3f3f |
UTF-8 | â½µ | 11000011101000101100001010111101110000101000111011000010101101011100001010001110 | c3a2c2bdc28ec2b5c28e |
UHC | ?½??? | 001111111010100011110110001111110011111100111111 | 3fa8f63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)