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 | xûc}xûc{^ | 1001101101111000111110110110001101111101100110110111100011111011011000110111101101011110 | 9b78fb637d9b78fb637b5e |
SJIS-WIN | ?x?c}?x?c{^ | 0011111101111000001111110110001101111101001111110111100000111111011000110111101101011110 | 3f783f637d3f783f637b5e |
EUC-JP | ?xûc}?xûc{^ | 001111110111100010001111101010111110010101100011011111010011111101111000100011111010101111100101011000110111101101011110 | 3f788fabe5637d3f788fabe5637b5e |
UTF-8 | xûc}xûc{^ | 110000101001101101111000110000111011101101100011011111011100001010011011011110001100001110111011011000110111101101011110 | c29b78c3bb637dc29b78c3bb637b5e |
UHC | ?x?c}?x?c{^ | 0011111101111000001111110110001101111101001111110111100000111111011000110111101101011110 | 3f783f637d3f783f637b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)