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 | YZ©F | 10010010010110011001001001011010100100011010100101000110 | 9259925a91a946 |
SJIS-WIN | ?Y?Z??F | 00111111010110010011111101011010001111110011111101000110 | 3f593f5a3f3f46 |
EUC-JP | ?Y?Z?©F | 001111110101100100111111010110100011111110001111101000101110110101000110 | 3f593f5a3f8fa2ed46 |
UTF-8 | YZ©F | 1100001010010010010110011100001010010010010110101100001010010001110000101010100101000110 | c29259c2925ac291c2a946 |
UHC | ?Y?Z??F | 00111111010110010011111101011010001111110011111101000110 | 3f593f5a3f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)