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 | 迹咏束逞ー | 111001111001000110011001111001111001000110101001111001111001011110110000 | e79199e791a9e797b0 |
EUC-JP | 迹咏束逞ー | 11101101111100011101001011101001110000101010101111101101111101111000111010110000 | edf1d2e9c2abedf78eb0 |
UTF-8 | 迹咏束逞ー | 111010001011111110111001111001011001001010001111111001101001110110011111111010011000000010011110111011111011110110110000 | e8bfb9e5928fe69d9fe9809eefbdb0 |
UHC | 迹?束逞? | 1110111011101001001111111110000111010110110101101100000100111111 | eee93fe1d6d6c13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)