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 | 糊大糊垈^ | 100011001101000010010001111001011000110011010000100110101011000001011110 | 8cd091e58cd09ab05e |
EUC-JP | 糊大糊垈^ | 101110001101001011000010111001111011100011010010110101001011001001011110 | b8d2c2e7b8d2d4b25e |
UTF-8 | 糊大糊垈^ | 11100111101100111000101011100101101001001010011111100111101100111000101011100101100111101000100001011110 | e7b38ae5a4a7e7b38ae59e885e |
UHC | 糊大糊垈^ | 111110111101010111010011110111101111101111010101110100111101110001011110 | fbd5d3defbd5d3dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)