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 | 淼酋}淼酋{^ | 1111101101000101100011110101010101111101111110110100010110001111010101010111101101011110 | fb458f557dfb458f557b5e |
EUC-JP | 淼酋}淼酋{^ | 10001111110001111110011010111101101101100111110110001111110001111110011010111101101101100111101101011110 | 8fc7e6bdb67d8fc7e6bdb67b5e |
UTF-8 | 淼酋}淼酋{^ | 111001101011011110111100111010011000010110001011011111011110011010110111101111001110100110000101100010110111101101011110 | e6b7bce9858b7de6b7bce9858b7b5e |
UHC | ?酋}?酋{^ | 001111111111010111011100011111010011111111110101110111000111101101011110 | 3ff5dc7d3ff5dc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)