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 | ?????rB | 00111111001111110011111100111111001111110111001001000010 | 3f3f3f3f3f7242 |
SJIS-WIN | 驕呟ケ作何rB | 1110100110000001100110011110101010111001100011011110110010001001101111010111001001000010 | e98199eab98dec89bd7242 |
EUC-JP | 驕呟ケ作何rB | 111100011110000111010010111011001000111010111001101110101110111010110010101111110111001001000010 | f1e1d2ec8eb9baeeb2bf7242 |
UTF-8 | 驕呟ケ作何rB | 1110100110101001100101011110010110010001100111111110111110111101101110011110010010111101100111001110010010111101100101010111001001000010 | e9a995e5919fefbdb9e4bd9ce4bd957242 |
UHC | 驕??作何rB | 11001110111101100011111100111111111011011100001011111001101111000111001001000010 | cef63f3fedc2f9bc7242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)