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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 単短尊炭湛 | 10010010010100001001001001011010100100011011100010010010010110011001001001011000 | 9250925a91b892599258 |
EUC-JP | 単短尊炭湛 | 11000011101100011100001110111011110000101011101011000011101110101100001110111001 | c3b1c3bbc2bac3bac3b9 |
UTF-8 | 単短尊炭湛 | 111001011000110110011000111001111001111110101101111001011011000010001010111001111000001010101101111001101011100110011011 | e58d98e79fade5b08ae782ade6b99b |
UHC | ?短尊炭湛 | 001111111101001110101101111100001110111011110111101010011101001111000000 | 3fd3adf0eef7a9d3c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)