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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 炭短村脱 | 1001001001011001100100100101101010010001101110101001001001000101 | 9259925a91ba9245 |
EUC-JP | 炭短村脱 | 1100001110111010110000111011101111000010101111001100001110100110 | c3bac3bbc2bcc3a6 |
UTF-8 | 炭短村脱 | 111001111000001010101101111001111001111110101101111001101001110110010001111010001000010010110001 | e782ade79fade69d91e884b1 |
UHC | 炭短村? | 11110111101010011101001110101101111101011011110100111111 | f7a9d3adf5bd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)