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 | 猷?┰循?^ | 100101110101000100111111100001001011101110001111011110100011111101011110 | 97513f84bb8f7a3f5e |
EUC-JP | 猷?┰循?^ | 110011011011001000111111101010001011110110111101110110110011111101011110 | cdb23fa8bdbddb3f5e |
UTF-8 | 猷띠┰循줯^ | 11100111100011001011011111101011100111011010000011100010100101001011000011100101101111101010101011101100101001001010111101011110 | e78cb7eb9da0e294b0e5beaaeca4af5e |
UHC | 猷띠┰循줯^ | 1110101110100011101101101110110010100110101111011110001011100000101000100110001101011110 | eba3b6eca6bde2e0a2635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)