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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 驫捺コッ蜃ス^ | 11101001100010101001001111100110101110101010111111100101100001111011110101011110 | e98a93e6baafe587bd5e |
EUC-JP | 驫捺コッ蜃ス^ | 11110001111010101100011011101000100011101011101010001110101011111110100111100111100011101011110101011110 | f1eac6e88eba8eafe9e78ebd5e |
UTF-8 | 驫捺コッ蜃ス^ | 11101001101010011010101111100110100011011011101011101111101111011011101011101111101111011010111111101000100111001000001111101111101111011011110101011110 | e9a9abe68dbaefbdbaefbdafe89c83efbdbd5e |
UHC | ?捺??蜃?^ | 001111111101000111110100001111110011111111100011111100010011111101011110 | 3fd1f43f3fe3f13f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)