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¢D | 1001001001011001100100100101101010010001101000101001001001000100 | 9259925a91a29244 |
SJIS-WIN | ?Y?Z?¢?D | 001111110101100100111111010110100011111110000001100100010011111101000100 | 3f593f5a3f81913f44 |
EUC-JP | ?Y?Z?¢?D | 001111110101100100111111010110100011111110100001111100010011111101000100 | 3f593f5a3fa1f13f44 |
UTF-8 | YZ¢D | 11000010100100100101100111000010100100100101101011000010100100011100001010100010110000101001001001000100 | c29259c2925ac291c2a2c29244 |
UHC | ?Y?Z???D | 0011111101011001001111110101101000111111001111110011111101000100 | 3f593f5a3f3f3f44 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)