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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 邯夐#^ | 11100111101101101001101011101001100000011001010001011110 | e7b69ae981945e |
EUC-JP | 邯夐#^ | 11101110101110001101010011101011101000011111010001011110 | eeb8d4eba1f45e |
UTF-8 | 邯夐#^ | 11101001100000101010111111100101101001001001000011101111101111001000001101011110 | e982afe5a490efbc835e |
UHC | 邯?#^ | 110010101111101100111111101000111010001101011110 | cafb3fa3a35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)