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 | ü×çð | 11111100110101111110011111110000 | fcd7e7f0 |
SJIS-WIN | ?×?? | 0011111110000001011111100011111100111111 | 3f817e3f3f |
EUC-JP | ü×çð | 1000111110101011111001001010000111011111100011111010101110101110100011111010100111000011 | 8fabe4a1df8fabae8fa9c3 |
UTF-8 | ü×çð | 1100001110111100110000111001011111000011101001111100001110110000 | c3bcc397c3a7c3b0 |
UHC | ?×?ð | 001111111010000110111111001111111010100110100011 | 3fa1bf3fa9a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)