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 | 猷??訟?^ | 1001011101010001001111110011111110001111110101110011111101011110 | 97513f3f8fd73f5e |
EUC-JP | 猷??訟?^ | 1100110110110010001111110011111110111110110110010011111101011110 | cdb23f3fbed93f5e |
UTF-8 | 猷띠뿄訟굀^ | 11100111100011001011011111101011100111011010000011101011101111111000010011101000101010001001111111101010101101011000000001011110 | e78cb7eb9da0ebbf84e8a89feab5805e |
UHC | 猷띠뿄訟굀^ | 1110101110100011101101101110110010010111100011001110000111101000100000100110100101011110 | eba3b6ec978ce1e882695e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)