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 | íù¨íñ | 111011011111100110001110101010001110110111110001 | edf98ea8edf1 |
SJIS-WIN | ???¨?? | 00111111001111110011111110000001010011100011111100111111 | 3f3f3f814e3f3f |
EUC-JP | íù?¨íñ | 100011111010101110111111100011111010101111100011001111111010000110101111100011111010101110111111100011111010101111010000 | 8fabbf8fabe33fa1af8fabbf8fabd0 |
UTF-8 | íù¨íñ | 110000111010110111000011101110011100001010001110110000101010100011000011101011011100001110110001 | c3adc3b9c28ec2a8c3adc3b1 |
UHC | ???¨?? | 00111111001111110011111110100001101001110011111100111111 | 3f3f3fa1a73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)