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{^ | 1111101010101010101011010110111001111101111110101010101010101101011011100111101101011110 | faaaad6e7dfaaaad6e7b5e |
EUC-JP | ?ュn}?ュn{^ | 0011111110001110101011010110111001111101001111111000111010101101011011100111101101011110 | 3f8ead6e7d3f8ead6e7b5e |
UTF-8 | 寬ュn}寬ュn{^ | 1110010110101111101011001110111110111101101011010110111001111101111001011010111110101100111011111011110110101101011011100111101101011110 | e5afacefbdad6e7de5afacefbdad6e7b5e |
UHC | 寬?n}寬?n{^ | 1100111010110000001111110110111001111101110011101011000000111111011011100111101101011110 | ceb03f6e7dceb03f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)