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 | 11101000101100111010101011100111100000011011110001000110 | e8b3aae781bc46 |
EUC-JP | 雉ェ轣シF | 111100001011010110001110101010101110110111100001100011101011110001000110 | f0b58eaaede18ebc46 |
UTF-8 | 雉ェ轣シF | 11101001100110111000100111101111101111011010101011101000101111011010001111101111101111011011110001000110 | e99b89efbdaae8bda3efbdbc46 |
UHC | 雉???F | 111101101100101100111111001111110011111101000110 | f6cb3f3f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)