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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 渦?渦?B | 10001001010100010011111110001001010100010011111101000010 | 89513f89513f42 |
EUC-JP | 渦?渦?B | 10110001101100100011111110110001101100100011111101000010 | b1b23fb1b23f42 |
UTF-8 | 渦캳渦캳B | 11100110101110001010011011101100101110101011001111100110101110001010011011101100101110101011001101000010 | e6b8a6ecbab3e6b8a6ecbab342 |
UHC | 渦캳渦캳B | 111010001011111010110000010100111110100010111110101100000101001101000010 | e8beb053e8beb05342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)