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 | ??[}??[{^ | 001111110011111101011011011111010011111100111111010110110111101101011110 | 3f3f5b7d3f3f5b7b5e |
SJIS-WIN | 楔糯[}楔糯[{^ | 10011110101101101110001011110111010110110111110110011110101101101110001011110111010110110111101101011110 | 9eb6e2f75b7d9eb6e2f75b7b5e |
EUC-JP | 楔糯[}楔糯[{^ | 11011100101110001110010011111001010110110111110111011100101110001110010011111001010110110111101101011110 | dcb8e4f95b7ddcb8e4f95b7b5e |
UTF-8 | 楔糯[}楔糯[{^ | 1110011010100101100101001110011110110011101011110101101101111101111001101010010110010100111001111011001110101111010110110111101101011110 | e6a594e7b3af5b7de6a594e7b3af5b7b5e |
UHC | 楔?[}楔?[{^ | 1110000011011011001111110101101101111101111000001101101100111111010110110111101101011110 | e0db3f5b7de0db3f5b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)