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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 澱}澱{^ | 10010011011000100111110110010011011000100111101101011110 | 93627d93627b5e |
EUC-JP | 澱}澱{^ | 11000101110000110111110111000101110000110111101101011110 | c5c37dc5c37b5e |
UTF-8 | 澱}澱{^ | 111001101011111010110001011111011110011010111110101100010111101101011110 | e6beb17de6beb17b5e |
UHC | 澱}澱{^ | 11101110111111100111110111101110111111100111101101011110 | eefe7deefe7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)