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 | 猷?┰徇?^ | 100101110101000100111111100001001011101110011100011011010011111101011110 | 97513f84bb9c6d3f5e |
EUC-JP | 猷?┰徇?^ | 110011011011001000111111101010001011110111010111110011100011111101011110 | cdb23fa8bdd7ce3f5e |
UTF-8 | 猷띠┰徇괹^ | 11100111100011001011011111101011100111011010000011100010100101001011000011100101101111101000011111101010101101001011100101011110 | e78cb7eb9da0e294b0e5be87eab4b95e |
UHC | 猷띠┰徇괹^ | 1110101110100011101101101110110010100110101111011110001011011111100000100110001101011110 | eba3b6eca6bde2df82635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)