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 | íߺé | 11101101110111111011101011101001 | eddfbae9 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | íߺé | 100011111010101110111111100011111010100111001110100011111010001011101011100011111010101110110001 | 8fabbf8fa9ce8fa2eb8fabb1 |
UTF-8 | íߺé | 1100001110101101110000111001111111000010101110101100001110101001 | c3adc39fc2bac3a9 |
UHC | ?ߺ? | 001111111010100110101100101010001010110000111111 | 3fa9aca8ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)