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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 帽睫}帽睫{^ | 1001011001011000111000011100101001111101100101100101100011100001110010100111101101011110 | 9658e1ca7d9658e1ca7b5e |
EUC-JP | 帽睫}帽睫{^ | 1100101110111001111000101100110001111101110010111011100111100010110011000111101101011110 | cbb9e2cc7dcbb9e2cc7b5e |
UTF-8 | 帽睫}帽睫{^ | 111001011011100010111101111001111001110110101011011111011110010110111000101111011110011110011101101010110111101101011110 | e5b8bde79dab7de5b8bde79dab7b5e |
UHC | 帽睫}帽睫{^ | 1101100110110110111101001110001001111101110110011011011011110100111000100111101101011110 | d9b6f4e27dd9b6f4e27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)