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 | 杖?\}杖?\{^ | 1000111111110001001111110101110001111101100011111111000100111111010111000111101101011110 | 8ff13f5c7d8ff13f5c7b5e |
EUC-JP | 杖?\}杖?\{^ | 1011111011110011001111110101110001111101101111101111001100111111010111000111101101011110 | bef33f5c7dbef33f5c7b5e |
UTF-8 | 杖렲\}杖렲\{^ | 1110011010011101100101101110101110100000101100100101110001111101111001101001110110010110111010111010000010110010010111000111101101011110 | e69d96eba0b25c7de69d96eba0b25c7b5e |
UHC | 杖렲\}杖렲\{^ | 11101101111010001000111010111111010111000111110111101101111010001000111010111111010111000111101101011110 | ede88ebf5c7dede88ebf5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)