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 | 髮朱ーュ | 111010011001101110001110111010011011000010101101 | e99b8ee9b0ad |
EUC-JP | 髮朱ーュ | 1111000111111011101111001110101110001110101100001000111010101101 | f1fbbceb8eb08ead |
UTF-8 | 髮朱ーュ | 111010011010101110101110111001101001110010110001111011111011110110110000111011111011110110101101 | e9abaee69cb1efbdb0efbdad |
UHC | 髮朱?? | 110110111010010111110001101110010011111100111111 | dba5f1b93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)