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^ | 00111111001111110100010001011110 | 3f3f445e |
SJIS-WIN | 渦?D^ | 1000100101010001001111110100010001011110 | 89513f445e |
EUC-JP | 渦?D^ | 1011000110110010001111110100010001011110 | b1b23f445e |
UTF-8 | 渦컉D^ | 1110011010111000101001101110110010111011100010010100010001011110 | e6b8a6ecbb89445e |
UHC | 渦컉D^ | 111010001011111010110000011011100100010001011110 | e8beb06e445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)