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 | 1111101101010100101101001110100111001100101101010111101101100100 | fb54b4e9ccb57b64 |
EUC-JP | 焄エ鯲オ{d | 1000111111001001111000111000111010110100111100101100111010001110101101010111101101100100 | 8fc9e38eb4f2ce8eb57b64 |
UTF-8 | 焄エ鯲オ{d | 1110011110000100100001001110111110111101101101001110100110101111101100101110111110111101101101010111101101100100 | e78484efbdb4e9afb2efbdb57b64 |
UHC | 焄???{d | 11111101101101100011111100111111001111110111101101100100 | fdb63f3f3f7b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)