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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 猷?┰?^ | 10010111010100010011111110000100101110110011111101011110 | 97513f84bb3f5e |
EUC-JP | 猷?┰?^ | 11001101101100100011111110101000101111010011111101011110 | cdb23fa8bd3f5e |
UTF-8 | 猷띠┰흭^ | 11100111100011001011011111101011100111011010000011100010100101001011000011101101100111011010110101011110 | e78cb7eb9da0e294b0ed9dad5e |
UHC | 猷띠┰흭^ | 111010111010001110110110111011001010011010111101110001011000100101011110 | eba3b6eca6bdc5895e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)