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 | 楯?\}楯?\{^ | 1000111101111100001111110101110001111101100011110111110000111111010111000111101101011110 | 8f7c3f5c7d8f7c3f5c7b5e |
EUC-JP | 楯?\}楯?\{^ | 1011110111011101001111110101110001111101101111011101110100111111010111000111101101011110 | bddd3f5c7dbddd3f5c7b5e |
UTF-8 | 楯잼\}楯잼\{^ | 1110011010100101101011111110110010011110101111000101110001111101111001101010010110101111111011001001111010111100010111000111101101011110 | e6a5afec9ebc5c7de6a5afec9ebc5c7b5e |
UHC | 楯잼\}楯잼\{^ | 11100010111001001100000011101011010111000111110111100010111001001100000011101011010111000111101101011110 | e2e4c0eb5c7de2e4c0eb5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)