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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 将」将ソ召\ | 1000111110101011101000111000111110101011101111111000111110100010111110011111000101011100 | 8faba38fabbf8fa2f9f15c |
EUC-JP | 将」将ソ召?\ | 101111101010110110001110101000111011111010101101100011101011111110111110101001000011111101011100 | bead8ea3bead8ebfbea43f5c |
UTF-8 | 将」将ソ召\ | 11100101101100001000011011101111101111011010001111100101101100001000011011101111101111011011111111100101100011111010110011101110100111011000110001011100 | e5b086efbda3e5b086efbdbfe58facee9d8c5c |
UHC | ????召?\ | 0011111100111111001111110011111111100001101011110011111101011100 | 3f3f3f3fe1af3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)