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 | 聊熾}聊熾{^ | 1110001111010110111000001001010101111101111000111101011011100000100101010111101101011110 | e3d6e0957de3d6e0957b5e |
EUC-JP | 聊熾}聊熾{^ | 1110011011011000110111111111010101111101111001101101100011011111111101010111101101011110 | e6d8dff57de6d8dff57b5e |
UTF-8 | 聊熾}聊熾{^ | 111010001000000110001010111001111000011010111110011111011110100010000001100010101110011110000110101111100111101101011110 | e8818ae786be7de8818ae786be7b5e |
UHC | 聊熾}聊熾{^ | 1101011011111101111101101011111101111101110101101111110111110110101111110111101101011110 | d6fdf6bf7dd6fdf6bf7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)