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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 忌?}忌?{^ | 100010101111010100111111011111011000101011110101001111110111101101011110 | 8af53f7d8af53f7b5e |
EUC-JP | 忌?}忌?{^ | 101101001111011100111111011111011011010011110111001111110111101101011110 | b4f73f7db4f73f7b5e |
UTF-8 | 忌똭}忌똭{^ | 111001011011111110001100111010111001100010101101011111011110010110111111100011001110101110011000101011010111101101011110 | e5bf8ceb98ad7de5bf8ceb98ad7b5e |
UHC | 忌똭}忌똭{^ | 1101000011111011100011000110111001111101110100001111101110001100011011100111101101011110 | d0fb8c6e7dd0fb8c6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)