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 | 11100101101011101011010111100110100101011011111001000110 | e5aeb5e695be46 |
EUC-JP | 螳オ謨セF | 111010101011000010001110101101011110101111110101100011101011111001000110 | eab08eb5ebf58ebe46 |
UTF-8 | 螳オ謨セF | 11101000100111101011001111101111101111011011010111101000101011001010100011101111101111011011111001000110 | e89eb3efbdb5e8aca8efbdbe46 |
UHC | 螳?謨?F | 11010011110110010011111111011001110010000011111101000110 | d3d93fd9c83f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)