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 | 濠?\}濠?\{^ | 1000110110001010001111110101110001111101100011011000101000111111010111000111101101011110 | 8d8a3f5c7d8d8a3f5c7b5e |
EUC-JP | 濠?\}濠?\{^ | 1011100111101010001111110101110001111101101110011110101000111111010111000111101101011110 | b9ea3f5c7db9ea3f5c7b5e |
UTF-8 | 濠춈\}濠춈\{^ | 1110011010111111101000001110110010110110100010000101110001111101111001101011111110100000111011001011011010001000010111000111101101011110 | e6bfa0ecb6885c7de6bfa0ecb6885c7b5e |
UHC | 濠춈\}濠춈\{^ | 11111011110011001100001111011110010111000111110111111011110011001100001111011110010111000111101101011110 | fbccc3de5c7dfbccc3de5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)