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 | 11100111111010111011110011100111100010111011011101000110 | e7ebbce78bb746 |
EUC-JP | 鉈シ迢キF | 111011101110110110001110101111001110110111101011100011101011011101000110 | eeed8ebcedeb8eb746 |
UTF-8 | 鉈シ迢キF | 11101001100010011000100011101111101111011011110011101000101111111010001011101111101111011011011101000110 | e98988efbdbce8bfa2efbdb746 |
UHC | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)