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 | 11100110101110001010011011101100101110101011000111100110101110001010011011101100101110101011000101000010 | e6b8a6ecbab1e6b8a6ecbab142 |
UHC | 渦캱渦캱B | 111010001011111010110000010100011110100010111110101100000101000101000010 | e8beb051e8beb05142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)