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 | 磅熾}磅熾{^ | 1110000111111010111000001001010101111101111000011111101011100000100101010111101101011110 | e1fae0957de1fae0957b5e |
EUC-JP | 磅熾}磅熾{^ | 1110001011111100110111111111010101111101111000101111110011011111111101010111101101011110 | e2fcdff57de2fcdff57b5e |
UTF-8 | 磅熾}磅熾{^ | 111001111010001110000101111001111000011010111110011111011110011110100011100001011110011110000110101111100111101101011110 | e7a385e786be7de7a385e786be7b5e |
UHC | 磅熾}磅熾{^ | 1101101110110110111101101011111101111101110110111011011011110110101111110111101101011110 | dbb6f6bf7ddbb6f6bf7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)