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 | ?準\}?準\{^ | 0011111110001111100000000101110001111101001111111000111110000000010111000111101101011110 | 3f8f805c7d3f8f805c7b5e |
EUC-JP | ?準\}?準\{^ | 0011111110111101111000000101110001111101001111111011110111100000010111000111101101011110 | 3fbde05c7d3fbde05c7b5e |
UTF-8 | 렡準\}렡準\{^ | 1110101110100000101000011110011010111010100101100101110001111101111010111010000010100001111001101011101010010110010111000111101101011110 | eba0a1e6ba965c7deba0a1e6ba965c7b5e |
UHC | 렡準\}렡準\{^ | 10001110101100101111000111011110010111000111110110001110101100101111000111011110010111000111101101011110 | 8eb2f1de5c7d8eb2f1de5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)