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 | íñ×£B | 1110110111110001110101111010001101000010 | edf1d7a342 |
SJIS-WIN | ??×£B | 00111111001111111000000101111110100000011001001001000010 | 3f3f817e819242 |
EUC-JP | íñ×£B | 1000111110101011101111111000111110101011110100001010000111011111101000011111001001000010 | 8fabbf8fabd0a1dfa1f242 |
UTF-8 | íñ×£B | 110000111010110111000011101100011100001110010111110000101010001101000010 | c3adc3b1c397c2a342 |
UHC | ??×?B | 001111110011111110100001101111110011111101000010 | 3f3fa1bf3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)