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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 猷??詣η? | 100101110101000100111111001111111000110001110111100000111100010100111111 | 97513f3f8c7783c53f |
EUC-JP | 猷??詣η? | 110011011011001000111111001111111011011111011000101001101100011100111111 | cdb23f3fb7d8a6c73f |
UTF-8 | 猷드뎀詣η탞 | 1110011110001100101101111110101110010011100111001110101110001110100000001110100010101001101000111100111010110111111011011000001110011110 | e78cb7eb939ceb8e80e8a9a3ceb7ed839e |
UHC | 猷드뎀詣η탞 | 111010111010001110110101111001011011010110101001111001111110000110100101111001111011010110000010 | eba3b5e5b5a9e7e1a5e7b582 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)