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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 髮ゥ豕・ | 111010011001101110101001111001101011001110100101 | e99ba9e6b3a5 |
EUC-JP | 髮ゥ豕・ | 1111000111111011100011101010100111101100101101011000111010100101 | f1fb8ea9ecb58ea5 |
UTF-8 | 髮ゥ豕・ | 111010011010101110101110111011111011110110101001111010001011000110010101111011111011110110100101 | e9abaeefbda9e8b195efbda5 |
UHC | 髮?豕? | 110110111010010100111111111000111100111000111111 | dba53fe3ce3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)