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 | 逆?\}逆?\{^ | 1000101101110100001111110101110001111101100010110111010000111111010111000111101101011110 | 8b743f5c7d8b743f5c7b5e |
EUC-JP | 逆?\}逆?\{^ | 1011010111010101001111110101110001111101101101011101010100111111010111000111101101011110 | b5d53f5c7db5d53f5c7b5e |
UTF-8 | 逆욶\}逆욶\{^ | 1110100110000000100001101110110010011010101101100101110001111101111010011000000010000110111011001001101010110110010111000111101101011110 | e98086ec9ab65c7de98086ec9ab65c7b5e |
UHC | 逆욶\}逆욶\{^ | 11100110101111011001111101001011010111000111110111100110101111011001111101001011010111000111101101011110 | e6bd9f4b5c7de6bd9f4b5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)