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 | 元?\}元?\{^ | 1000110010110011001111110101110001111101100011001011001100111111010111000111101101011110 | 8cb33f5c7d8cb33f5c7b5e |
EUC-JP | 元?\}元?\{^ | 1011100010110101001111110101110001111101101110001011010100111111010111000111101101011110 | b8b53f5c7db8b53f5c7b5e |
UTF-8 | 元렏\}元렏\{^ | 1110010110000101100000111110101110100000100011110101110001111101111001011000010110000011111010111010000010001111010111000111101101011110 | e58583eba08f5c7de58583eba08f5c7b5e |
UHC | 元렏\}元렏\{^ | 11101010101010101000111010100101010111000111110111101010101010101000111010100101010111000111101101011110 | eaaa8ea55c7deaaa8ea55c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)