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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 禎繃禎棚^ | 100100101111010111100011011111011001001011110101100100100100100101011110 | 92f5e37d92f592495e |
EUC-JP | 禎繃禎棚^ | 110001001111011111100101110111101100010011110111110000111010101001011110 | c4f7e5dec4f7c3aa5e |
UTF-8 | 禎繃禎棚^ | 11100111101001101000111011100111101110011000001111100111101001101000111011100110101000111001101001011110 | e7a68ee7b983e7a68ee6a39a5e |
UHC | 禎繃禎棚^ | 111011111110111011011101110111101110111111101110110111011101110001011110 | efeedddeefeedddc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)