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 | íë¸íø | 111011011110101110001110101110001110110111111000 | edeb8eb8edf8 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | íë?¸íø | 10001111101010111011111110001111101010111011001100111111100011111010001010110001100011111010101110111111100011111010100111001100 | 8fabbf8fabb33f8fa2b18fabbf8fa9cc |
UTF-8 | íë¸íø | 110000111010110111000011101010111100001010001110110000101011100011000011101011011100001110111000 | c3adc3abc28ec2b8c3adc3b8 |
UHC | ???¸?ø | 0011111100111111001111111010001010101100001111111010100110101010 | 3f3f3fa2ac3fa9aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)