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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 猷?┰恂 | 10010111010100010011111110000100101110111001110010010110 | 97513f84bb9c96 |
EUC-JP | 猷?┰恂 | 11001101101100100011111110101000101111011101011111110110 | cdb23fa8bdd7f6 |
UTF-8 | 猷띠┰恂 | 111001111000110010110111111010111001110110100000111000101001010010110000111001101000000110000010 | e78cb7eb9da0e294b0e68182 |
UHC | 猷띠┰恂 | 1110101110100011101101101110110010100110101111011110001011100001 | eba3b6eca6bde2e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)