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{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | ?易n}?易n{^ | 0011111110001000110101010110111001111101001111111000100011010101011011100111101101011110 | 3f88d56e7d3f88d56e7b5e |
EUC-JP | ?易n}?易n{^ | 0011111110110000110101110110111001111101001111111011000011010111011011100111101101011110 | 3fb0d76e7d3fb0d76e7b5e |
UTF-8 | 섬易n}섬易n{^ | 1110110010000100101011001110011010011000100100110110111001111101111011001000010010101100111001101001100010010011011011100111101101011110 | ec84ace698936e7dec84ace698936e7b5e |
UHC | 섬易n}섬易n{^ | 10111100101101101110011010110110011011100111110110111100101101101110011010110110011011100111101101011110 | bcb6e6b66e7dbcb6e6b66e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)