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 | 術謝摯餌 | 1000111101110000100011101101001110011101100101011000100101100001 | 8f708ed39d958961 |
EUC-JP | 術謝摯餌 | 1011110111010001101111001101010111011001111101011011000111000010 | bdd1bcd5d9f5b1c2 |
UTF-8 | 術謝摯餌 | 111010001010000110010011111010001010110010011101111001101001000110101111111010011010010010001100 | e8a193e8ac9de691afe9a48c |
UHC | 術謝摯餌 | 1110001011111010110111101111001111110010101001111110110011001000 | e2fadef3f2a7ecc8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)