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 | ¾ÙÃP | 1011111011011001100011101100001101010000 | bed98ec350 |
SJIS-WIN | ????P | 0011111100111111001111110011111101010000 | 3f3f3f3f50 |
EUC-JP | ?Ù?ÃP | 001111111000111110101010111000110011111110001111101010101010101001010000 | 3f8faae33f8faaaa50 |
UTF-8 | ¾ÙÃP | 110000101011111011000011100110011100001010001110110000111000001101010000 | c2bec399c28ec38350 |
UHC | ¾???P | 101010001111101000111111001111110011111101010000 | a8fa3f3f3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)