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 | ??V??_ | 001111110011111101010110001111110011111101011111 | 3f3f563f3f5f |
SJIS-WIN | 螂ェV蜿ゥ_ | 1110010110100101101010100101011011100101100011111010100101011111 | e5a5aa56e58fa95f |
EUC-JP | 螂ェV蜿ゥ_ | 11101010101001111000111010101010010101101110100111101111100011101010100101011111 | eaa78eaa56e9ef8ea95f |
UTF-8 | 螂ェV蜿ゥ_ | 1110100010011110100000101110111110111101101010100101011011101000100111001011111111101111101111011010100101011111 | e89e82efbdaa56e89cbfefbda95f |
UHC | 螂?V??_ | 11010101110011000011111101010110001111110011111101011111 | d5cc3f563f3f5f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)