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 | 侑?淫?^ | 10011000110100000011111110001000111110100011111101011110 | 98d03f88fa3f5e |
EUC-JP | 侑?淫?^ | 11010000110100100011111110110000111111000011111101011110 | d0d23fb0fc3f5e |
UTF-8 | 侑렢淫렢^ | 11100100101111101001000111101011101000001010001011100110101101111010101111101011101000001010001001011110 | e4be91eba0a2e6b7abeba0a25e |
UHC | 侑렢淫렢^ | 111010101110001010001110101100111110101111100010100011101011001101011110 | eae28eb3ebe28eb35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)