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 | 作?作?^ | 10001101111011000011111110001101111011000011111101011110 | 8dec3f8dec3f5e |
EUC-JP | 作?作?^ | 10111010111011100011111110111010111011100011111101011110 | baee3fbaee3f5e |
UTF-8 | 作良作良^ | 11100100101111011001110011101111101001011011110011100100101111011001110011101111101001011011110001011110 | e4bd9cefa5bce4bd9cefa5bc5e |
UHC | 作良作良^ | 111011011100001011100101110100001110110111000010111001011101000001011110 | edc2e5d0edc2e5d05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)