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 | ???GB | 0011111100111111001111110100011101000010 | 3f3f3f4742 |
SJIS-WIN | 炭短尊GB | 1001001001011001100100100101101010010001101110000100011101000010 | 9259925a91b84742 |
EUC-JP | 炭短尊GB | 1100001110111010110000111011101111000010101110100100011101000010 | c3bac3bbc2ba4742 |
UTF-8 | 炭短尊GB | 1110011110000010101011011110011110011111101011011110010110110000100010100100011101000010 | e782ade79fade5b08a4742 |
UHC | 炭短尊GB | 1111011110101001110100111010110111110000111011100100011101000010 | f7a9d3adf0ee4742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)