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 | 蝨難シゥ | 111001011001110010010011111011111011110010101001 | e59c93efbca9 |
EUC-JP | 蝨難シゥ | 1110100111111100110001101111000110001110101111001000111010101001 | e9fcc6f18ebc8ea9 |
UTF-8 | 蝨難シゥ | 111010001001110110101000111010011001101110100011111011111011110110111100111011111011110110101001 | e89da8e99ba3efbdbcefbda9 |
UHC | 蝨難?? | 111000111010010011010001111100010011111100111111 | e3a4d1f13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)