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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 跏ー辷ー^ | 11100110111001101011000011100111100010001011000001011110 | e6e6b0e788b05e |
EUC-JP | 跏ー辷ー^ | 111011001110100010001110101100001110110111101000100011101011000001011110 | ece88eb0ede88eb05e |
UTF-8 | 跏ー辷ー^ | 11101000101101111000111111101111101111011011000011101000101111101011011111101111101111011011000001011110 | e8b78fefbdb0e8beb7efbdb05e |
UHC | 跏???^ | 110010101011101000111111001111110011111101011110 | caba3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)