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 | 蟆顔洒^ | 11100101101100001000101011100111100111111010110101011110 | e5b08ae79fad5e |
EUC-JP | 蟆顔洒^ | 11101010101100101011010011101001110111101010111101011110 | eab2b4e9deaf5e |
UTF-8 | 蟆顔洒^ | 11101000100111111000011011101001101000011001010011100110101101001001001001011110 | e89f86e9a194e6b4925e |
UHC | ?顔?^ | 0011111111100100110101000011111101011110 | 3fe4d43f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)