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 | íߺé | 1110110111011111101110101110100110011100 | eddfbae99c |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | íߺé? | 10001111101010111011111110001111101010011100111010001111101000101110101110001111101010111011000100111111 | 8fabbf8fa9ce8fa2eb8fabb13f |
UTF-8 | íߺé | 11000011101011011100001110011111110000101011101011000011101010011100001010011100 | c3adc39fc2bac3a9c29c |
UHC | ?ߺ?? | 00111111101010011010110010101000101011000011111100111111 | 3fa9aca8ac3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)