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 | é½í é£ | 111010011011110110001110111011011000111110000101111010011001101110100011 | e9bd8eed8f85e99ba3 |
SJIS-WIN | ????????£ | 00111111001111110011111100111111001111110011111100111111001111111000000110010010 | 3f3f3f3f3f3f3f3f8192 |
EUC-JP | é??í??é?£ | 10001111101010111011000100111111001111111000111110101011101111110011111100111111100011111010101110110001001111111010000111110010 | 8fabb13f3f8fabbf3f3f8fabb13fa1f2 |
UTF-8 | é½í é£ | 110000111010100111000010101111011100001010001110110000111010110111000010100011111100001010000101110000111010100111000010100110111100001010100011 | c3a9c2bdc28ec3adc28fc285c3a9c29bc2a3 |
UHC | ?½??????? | 00111111101010001111011000111111001111110011111100111111001111110011111100111111 | 3fa8f63f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)