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 | 猷??松?^ | 1001011101010001001111110011111110001111101111000011111101011110 | 97513f3f8fbc3f5e |
EUC-JP | 猷??松?^ | 1100110110110010001111110011111110111110101111100011111101011110 | cdb23f3fbebe3f5e |
UTF-8 | 猷띠썳松퍲^ | 11100111100011001011011111101011100111011010000011101100100011011011001111100110100111011011111011101101100011011011001001011110 | e78cb7eb9da0ec8db3e69dbeed8db25e |
UHC | 猷띠썳松퍲^ | 1110101110100011101101101110110010011011101000011110000111100110101111000100100101011110 | eba3b6ec9ba1e1e6bc495e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)