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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ?渦??渦?B | 001111111000100101010001001111110011111110001001010100010011111101000010 | 3f89513f3f89513f42 |
EUC-JP | ?渦??渦?B | 001111111011000110110010001111110011111110110001101100100011111101000010 | 3fb1b23f3fb1b23f42 |
UTF-8 | 삲渦쌛삲渦쌛B | 11101100100000101011001011100110101110001010011011101100100011001001101111101100100000101011001011100110101110001010011011101100100011001001101101000010 | ec82b2e6b8a6ec8c9bec82b2e6b8a6ec8c9b42 |
UHC | 삲渦쌛삲渦쌛B | 10011000101011011110100010111110100110110100100010011000101011011110100010111110100110110100100001000010 | 98ade8be9b4898ade8be9b4842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)