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 | à½à²à½ | 111000001011110111100000101100101110000010111101 | e0bde0b2e0bd |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | à?à?à? | 100011111010101110100010001111111000111110101011101000100011111110001111101010111010001000111111 | 8faba23f8faba23f8faba23f |
UTF-8 | à½à²à½ | 110000111010000011000010101111011100001110100000110000101011001011000011101000001100001010111101 | c3a0c2bdc3a0c2b2c3a0c2bd |
UHC | ?½?²?½ | 001111111010100011110110001111111010100111110111001111111010100011110110 | 3fa8f63fa9f73fa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)