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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 絽葛 | 11100011010101111000101010001011 | e3578a8b |
EUC-JP | 絽葛 | 11100101101110001011001111101011 | e5b8b3eb |
UTF-8 | 絽葛 | 111001111011010110111101111010001001000110011011 | e7b5bde8919b |
UHC | ?葛 | 001111111100101011100111 | 3fcae7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)