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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 猷??巡?^ | 1001011101010001001111110011111110001111100001000011111101011110 | 97513f3f8f843f5e |
EUC-JP | 猷??巡?^ | 1100110110110010001111110011111110111101111001000011111101011110 | cdb23f3fbde43f5e |
UTF-8 | 猷띠뿄巡밶^ | 11100111100011001011011111101011100111011010000011101011101111111000010011100101101101111010000111101011101100001011011001011110 | e78cb7eb9da0ebbf84e5b7a1ebb0b65e |
UHC | 猷띠뿄巡밶^ | 1110101110100011101101101110110010010111100011001110001011011110100100110110000101011110 | eba3b6ec978ce2de93615e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)