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 | 痰熾}痰熾{^ | 1110000110000010111000001001010101111101111000011000001011100000100101010111101101011110 | e182e0957de182e0957b5e |
EUC-JP | 痰熾}痰熾{^ | 1110000111100010110111111111010101111101111000011110001011011111111101010111101101011110 | e1e2dff57de1e2dff57b5e |
UTF-8 | 痰熾}痰熾{^ | 111001111001011110110000111001111000011010111110011111011110011110010111101100001110011110000110101111100111101101011110 | e797b0e786be7de797b0e786be7b5e |
UHC | 痰熾}痰熾{^ | 1101001111000011111101101011111101111101110100111100001111110110101111110111101101011110 | d3c3f6bf7dd3c3f6bf7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)