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 | ?k\n}?k\n{^ | 0011111101101011010111000110111001111101001111110110101101011100011011100111101101011110 | 3f6b5c6e7d3f6b5c6e7b5e |
SJIS-WIN | 顋k\n}顋k\n{^ | 11101000111110010110101101011100011011100111110111101000111110010110101101011100011011100111101101011110 | e8f96b5c6e7de8f96b5c6e7b5e |
EUC-JP | 顋k\n}顋k\n{^ | 11110000111110110110101101011100011011100111110111110000111110110110101101011100011011100111101101011110 | f0fb6b5c6e7df0fb6b5c6e7b5e |
UTF-8 | 顋k\n}顋k\n{^ | 111010011010000110001011011010110101110001101110011111011110100110100001100010110110101101011100011011100111101101011110 | e9a18b6b5c6e7de9a18b6b5c6e7b5e |
UHC | ?k\n}?k\n{^ | 0011111101101011010111000110111001111101001111110110101101011100011011100111101101011110 | 3f6b5c6e7d3f6b5c6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)