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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 豈主履 | 111001101010111110001110111001011001011110011010 | e6af8ee5979a |
EUC-JP | 豈主履 | 111011001011000110111100111001111100110111111010 | ecb1bce7cdfa |
UTF-8 | 豈主履 | 111010001011000110001000111001001011100010111011111001011011000110100101 | e8b188e4b8bbe5b1a5 |
UHC | 豈主履 | 110100011100001011110001101010111101011111011011 | d1c2f1abd7db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)