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 | ç½è¬ | 111001111011110110010001111010001001010010101100 | e7bd91e894ac |
SJIS-WIN | ?????¬ | 00111111001111110011111100111111001111111000000111001010 | 3f3f3f3f3f81ca |
EUC-JP | ç??è?¬ | 1000111110101011101011100011111100111111100011111010101110110010001111111010001011001100 | 8fabae3f3f8fabb23fa2cc |
UTF-8 | ç½è¬ | 110000111010011111000010101111011100001010010001110000111010100011000010100101001100001010101100 | c3a7c2bdc291c3a8c294c2ac |
UHC | ?½???? | 00111111101010001111011000111111001111110011111100111111 | 3fa8f63f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)