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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 将」将ソ召匀^ | 1000111110101011101000111000111110101011101111111000111110100010111110101000100101011110 | 8faba38fabbf8fa2fa895e |
EUC-JP | 将」将ソ召匀^ | 1011111010101101100011101010001110111110101011011000111010111111101111101010010010001111101100111111101101011110 | bead8ea3bead8ebfbea48fb3fb5e |
UTF-8 | 将」将ソ召匀^ | 11100101101100001000011011101111101111011010001111100101101100001000011011101111101111011011111111100101100011111010110011100101100011001000000001011110 | e5b086efbda3e5b086efbdbfe58face58c805e |
UHC | ????召?^ | 0011111100111111001111110011111111100001101011110011111101011110 | 3f3f3f3fe1af3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)