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 | ????{d | 001111110011111100111111001111110111101101100100 | 3f3f3f3f7b64 |
SJIS-WIN | 鍄」蟯ウ{d | 1110011111111011101000111110010110110010101100110111101101100100 | e7fba3e5b2b37b64 |
EUC-JP | 鍄」蟯ウ{d | 11101110111111011000111010100011111010101011010010001110101100110111101101100100 | eefd8ea3eab48eb37b64 |
UTF-8 | 鍄」蟯ウ{d | 1110100110001101100001001110111110111101101000111110100010011111101011111110111110111101101100110111101101100100 | e98d84efbda3e89fafefbdb37b64 |
UHC | ??蟯?{d | 00111111001111111110100110101000001111110111101101100100 | 3f3fe9a83f7b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)