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 | 婀寥\}婀寥\{^ | 10011011010100111001101110001100010111000111110110011011010100111001101110001100010111000111101101011110 | 9b539b8c5c7d9b539b8c5c7b5e |
EUC-JP | 婀寥\}婀寥\{^ | 11010101101101001101010111101100010111000111110111010101101101001101010111101100010111000111101101011110 | d5b4d5ec5c7dd5b4d5ec5c7b5e |
UTF-8 | 婀寥\}婀寥\{^ | 1110010110101001100000001110010110101111101001010101110001111101111001011010100110000000111001011010111110100101010111000111101101011110 | e5a980e5afa55c7de5a980e5afa55c7b5e |
UHC | ?寥\}?寥\{^ | 0011111111101000111011110101110001111101001111111110100011101111010111000111101101011110 | 3fe8ef5c7d3fe8ef5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)