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 | ¼×âÁ | 10111100110101111110001011000001 | bcd7e2c1 |
SJIS-WIN | ?×?? | 0011111110000001011111100011111100111111 | 3f817e3f3f |
EUC-JP | ?×âÁ | 001111111010000111011111100011111010101110100100100011111010101010100001 | 3fa1df8faba48faaa1 |
UTF-8 | ¼×âÁ | 1100001010111100110000111001011111000011101000101100001110000001 | c2bcc397c3a2c381 |
UHC | ¼×?? | 101010001111100110100001101111110011111100111111 | a8f9a1bf3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)