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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 但袖旦卒\ | 100100100100000110010001101100111001001001010101100100011011001001011100 | 924191b3925591b25c |
EUC-JP | 但袖旦卒\ | 110000111010001011000010101101011100001110110110110000101011010001011100 | c3a2c2b5c3b6c2b45c |
UTF-8 | 但袖旦卒\ | 11100100101111011000011011101000101000101001011011100110100101111010011011100101100011011001001001011100 | e4bd86e8a296e697a6e58d925c |
UHC | 但袖旦卒\ | 110100111010001111100010110000001101001110101001111100001110111101011100 | d3a3e2c0d3a9f0ef5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)