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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 渦?}渦?{^ | 100010010101000100111111011111011000100101010001001111110111101101011110 | 89513f7d89513f7b5e |
EUC-JP | 渦?}渦?{^ | 101100011011001000111111011111011011000110110010001111110111101101011110 | b1b23f7db1b23f7b5e |
UTF-8 | 渦컉}渦컉{^ | 111001101011100010100110111011001011101110001001011111011110011010111000101001101110110010111011100010010111101101011110 | e6b8a6ecbb897de6b8a6ecbb897b5e |
UHC | 渦컉}渦컉{^ | 1110100010111110101100000110111001111101111010001011111010110000011011100111101101011110 | e8beb06e7de8beb06e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)