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 | ????{d | 001111110011111100111111001111110111101101100100 | 3f3f3f3f7b64 |
SJIS-WIN | 韃ソ遖ケ{d | 1110100011100101101111111110011110100110101110010111101101100100 | e8e5bfe7a6b97b64 |
EUC-JP | 韃ソ遖ケ{d | 11110000111001111000111010111111111011101010100010001110101110010111101101100100 | f0e78ebfeea88eb97b64 |
UTF-8 | 韃ソ遖ケ{d | 1110100110011111100000111110111110111101101111111110100110000001100101101110111110111101101110010111101101100100 | e99f83efbdbfe98196efbdb97b64 |
UHC | ????{d | 001111110011111100111111001111110111101101100100 | 3f3f3f3f7b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)