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 | ¼×¼Ý]H | 101111001101011110111100110111010101110101001000 | bcd7bcdd5d48 |
SJIS-WIN | ?×??]H | 00111111100000010111111000111111001111110101110101001000 | 3f817e3f3f5d48 |
EUC-JP | ?×?Ý]H | 001111111010000111011111001111111000111110101010111100100101110101001000 | 3fa1df3f8faaf25d48 |
UTF-8 | ¼×¼Ý]H | 11000010101111001100001110010111110000101011110011000011100111010101110101001000 | c2bcc397c2bcc39d5d48 |
UHC | ¼×¼?]H | 101010001111100110100001101111111010100011111001001111110101110101001000 | a8f9a1bfa8f93f5d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)