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 | 裕?\}裕?\{^ | 1001011101010100001111110101110001111101100101110101010000111111010111000111101101011110 | 97543f5c7d97543f5c7b5e |
EUC-JP | 裕?\}裕?\{^ | 1100110110110101001111110101110001111101110011011011010100111111010111000111101101011110 | cdb53f5c7dcdb53f5c7b5e |
UTF-8 | 裕쿖\}裕쿖\{^ | 1110100010100011100101011110110010111111100101100101110001111101111010001010001110010101111011001011111110010110010111000111101101011110 | e8a395ecbf965c7de8a395ecbf965c7b5e |
UHC | 裕쿖\}裕쿖\{^ | 11101011101011101011001101001011010111000111110111101011101011101011001101001011010111000111101101011110 | ebaeb34b5c7debaeb34b5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)