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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 驕ゥ^ | 11101001100000011010100101011110 | e981a95e |
EUC-JP | 驕ゥ^ | 1111000111100001100011101010100101011110 | f1e18ea95e |
UTF-8 | 驕ゥ^ | 11101001101010011001010111101111101111011010100101011110 | e9a995efbda95e |
UHC | 驕?^ | 11001110111101100011111101011110 | cef63f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)