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{^ | 1000111110011100001111110110111001111101100011111001110000111111011011100111101101011110 | 8f9c3f6e7d8f9c3f6e7b5e |
EUC-JP | 除?n}除?n{^ | 1011110111111100001111110110111001111101101111011111110000111111011011100111101101011110 | bdfc3f6e7dbdfc3f6e7b5e |
UTF-8 | 除豈n}除豈n{^ | 1110100110011001101001001110111110100100100000000110111001111101111010011001100110100100111011111010010010000000011011100111101101011110 | e999a4efa4806e7de999a4efa4806e7b5e |
UHC | 除豈n}除豈n{^ | 11110000101101101100101111010000011011100111110111110000101101101100101111010000011011100111101101011110 | f0b6cbd06e7df0b6cbd06e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)