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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 髮懷雀 | 111010011001101110011100111001011001000010011101 | e99b9ce5909d |
EUC-JP | 髮懷雀 | 111100011111101111011000111001111011111111111101 | f1fbd8e7bffd |
UTF-8 | 髮懷雀 | 111010011010101110101110111001101000011110110111111010011001101110000000 | e9abaee687b7e99b80 |
UHC | 髮懷雀 | 110110111010010111111100111000111110110111001101 | dba5fce3edcd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)