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 | 才崗}才崗{^ | 1000110111001011100110111011110001111101100011011100101110011011101111000111101101011110 | 8dcb9bbc7d8dcb9bbc7b5e |
EUC-JP | 才崗}才崗{^ | 1011101011001101110101101011111001111101101110101100110111010110101111100111101101011110 | bacdd6be7dbacdd6be7b5e |
UTF-8 | 才崗}才崗{^ | 111001101000100110001101111001011011010010010111011111011110011010001001100011011110010110110100100101110111101101011110 | e6898de5b4977de6898de5b4977b5e |
UHC | 才崗}才崗{^ | 1110111010100110110010111010101101111101111011101010011011001011101010110111101101011110 | eea6cbab7deea6cbab7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)