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 | 1110110011110001110101111010001101000010 | ecf1d7a342 |
SJIS-WIN | ??×£B | 00111111001111111000000101111110100000011001001001000010 | 3f3f817e819242 |
EUC-JP | ìñ×£B | 1000111110101011110000001000111110101011110100001010000111011111101000011111001001000010 | 8fabc08fabd0a1dfa1f242 |
UTF-8 | ìñ×£B | 110000111010110011000011101100011100001110010111110000101010001101000010 | c3acc3b1c397c2a342 |
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)