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 | 11111011100111101010011111100110101110011011111101000110 | fb9ea7e6b9bf46 |
EUC-JP | ?ァ貉ソF | 0011111110001110101001111110110010111011100011101011111101000110 | 3f8ea7ecbb8ebf46 |
UTF-8 | 薰ァ貉ソF | 11101000100101101011000011101111101111011010011111101000101100101000100111101111101111011011111101000110 | e896b0efbda7e8b289efbdbf46 |
UHC | 薰???F | 111111011011100100111111001111110011111101000110 | fdb93f3f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)