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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 螳オ閼ッF | 11100101101011101011010111101000100001001010111101000110 | e5aeb5e884af46 |
EUC-JP | 螳オ閼ッF | 111010101011000010001110101101011110111111100100100011101010111101000110 | eab08eb5efe48eaf46 |
UTF-8 | 螳オ閼ッF | 11101000100111101011001111101111101111011011010111101001100101101011110011101111101111011010111101000110 | e89eb3efbdb5e996bcefbdaf46 |
UHC | 螳?閼?F | 11010011110110010011111111100100110110010011111101000110 | d3d93fe4d93f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)