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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 昌キ昌キ^ | 10001111101110011011011110001111101110011011011101011110 | 8fb9b78fb9b75e |
EUC-JP | 昌キ昌キ^ | 101111101011101110001110101101111011111010111011100011101011011101011110 | bebb8eb7bebb8eb75e |
UTF-8 | 昌キ昌キ^ | 11100110100110001000110011101111101111011011011111100110100110001000110011101111101111011011011101011110 | e6988cefbdb7e6988cefbdb75e |
UHC | 昌?昌?^ | 11110011111000110011111111110011111000110011111101011110 | f3e33ff3e33f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)