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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | 担属\}担属\{^ | 10010010010100111001000110101110010111000111110110010010010100111001000110101110010111000111101101011110 | 925391ae5c7d925391ae5c7b5e |
EUC-JP | 担属\}担属\{^ | 11000011101101001100001010110000010111000111110111000011101101001100001010110000010111000111101101011110 | c3b4c2b05c7dc3b4c2b05c7b5e |
UTF-8 | 担属\}担属\{^ | 1110011010001011100001011110010110110001100111100101110001111101111001101000101110000101111001011011000110011110010111000111101101011110 | e68b85e5b19e5c7de68b85e5b19e5c7b5e |
UHC | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)