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 | 髮懷虫蝨 | 1110100110011011100111001110010110010010100011101110010110011100 | e99b9ce5928ee59c |
EUC-JP | 髮懷虫蝨 | 1111000111111011110110001110011111000011111011101110100111111100 | f1fbd8e7c3eee9fc |
UTF-8 | 髮懷虫蝨 | 111010011010101110101110111001101000011110110111111010001001100110101011111010001001110110101000 | e9abaee687b7e899abe89da8 |
UHC | 髮懷?蝨 | 11011011101001011111110011100011001111111110001110100100 | dba5fce33fe3a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)