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 | 11100110101110001010011011101100101110111000100111100110101110001010011011101100101110111000100101000010 | e6b8a6ecbb89e6b8a6ecbb8942 |
UHC | 渦컉渦컉B | 111010001011111010110000011011101110100010111110101100000110111001000010 | e8beb06ee8beb06e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)