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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 螳オ閼ッ^ | 11100101101011101011010111101000100001001010111101011110 | e5aeb5e884af5e |
EUC-JP | 螳オ閼ッ^ | 111010101011000010001110101101011110111111100100100011101010111101011110 | eab08eb5efe48eaf5e |
UTF-8 | 螳オ閼ッ^ | 11101000100111101011001111101111101111011011010111101001100101101011110011101111101111011010111101011110 | e89eb3efbdb5e996bcefbdaf5e |
UHC | 螳?閼?^ | 11010011110110010011111111100100110110010011111101011110 | d3d93fe4d93f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)