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 | ?n}?n{^ | 00111111011011100111110100111111011011100111101101011110 | 3f6e7d3f6e7b5e |
SJIS-WIN | 燒n}燒n{^ | 111000001001011001101110011111011110000010010110011011100111101101011110 | e0966e7de0966e7b5e |
EUC-JP | 燒n}燒n{^ | 110111111111011001101110011111011101111111110110011011100111101101011110 | dff66e7ddff66e7b5e |
UTF-8 | 燒n}燒n{^ | 1110011110000111100100100110111001111101111001111000011110010010011011100111101101011110 | e787926e7de787926e7b5e |
UHC | 燒n}燒n{^ | 111000011100000001101110011111011110000111000000011011100111101101011110 | e1c06e7de1c06e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)