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 | 髮懌悪莠 | 1110100110011011100111001110001010001000101010111110010010111010 | e99b9ce288abe4ba |
EUC-JP | 髮懌悪莠 | 1111000111111011110110001110010010110000101011011110100010111100 | f1fbd8e4b0ade8bc |
UTF-8 | 髮懌悪莠 | 111010011010101110101110111001101000011110001100111001101000001010101010111010001000111010100000 | e9abaee6878ce682aae88ea0 |
UHC | 髮??? | 1101101110100101001111110011111100111111 | dba53f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)