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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 髮ゥ豕・蟷キ | 111010011001101110101001111001101011001110100101111001011011100110110111 | e99ba9e6b3a5e5b9b7 |
EUC-JP | 髮ゥ豕・蟷キ | 111100011111101110001110101010011110110010110101100011101010010111101010101110111000111010110111 | f1fb8ea9ecb58ea5eabb8eb7 |
UTF-8 | 髮ゥ豕・蟷キ | 111010011010101110101110111011111011110110101001111010001011000110010101111011111011110110100101111010001001111110110111111011111011110110110111 | e9abaeefbda9e8b195efbda5e89fb7efbdb7 |
UHC | 髮?豕??? | 1101101110100101001111111110001111001110001111110011111100111111 | dba53fe3ce3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)