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 | íôÊíÅý¹ | 1110110111110100110010101110110111000101111111011000111110111001 | edf4caedc5fd8fb9 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | íôÊíÅý?? | 1000111110101011101111111000111110101011110101001000111110101010101101001000111110101011101111111000111110101010101010011000111110101011111100100011111100111111 | 8fabbf8fabd48faab48fabbf8faaa98fabf23f3f |
UTF-8 | íôÊíÅý¹ | 11000011101011011100001110110100110000111000101011000011101011011100001110000101110000111011110111000010100011111100001010111001 | c3adc3b4c38ac3adc385c3bdc28fc2b9 |
UHC | ???????¹ | 001111110011111100111111001111110011111100111111001111111010100111110110 | 3f3f3f3f3f3f3fa9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)