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 | 猷??邑?^ | 1001011101010001001111110011111110010111010101110011111101011110 | 97513f3f97573f5e |
EUC-JP | 猷??邑?^ | 1100110110110010001111110011111111001101101110000011111101011110 | cdb23f3fcdb83f5e |
UTF-8 | 猷룡콨邑킻^ | 11100111100011001011011111101011101000111010000111101100101111011010100011101001100000101001000111101101100000101011101101011110 | e78cb7eba3a1ecbda8e98291ed82bb5e |
UHC | 猷룡콨邑킻^ | 1110101110100011101101111110011010110001100111011110101111101001101101010110010101011110 | eba3b7e6b19debe9b5655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)